Package system.xml
Class XmlWriterSettings
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlWriterSettings
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlWriterSettings extends NetObject
The base .NET class managing System.Xml.XmlWriterSettings, System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlWriterSettings
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51static java.lang.String
assemblyShortName
Assembly name: System.Private.Xmlstatic java.lang.String
className
Qualified class name: System.Xml.XmlWriterSettingsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlWriterSettings()
XmlWriterSettings(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlWriterSettings
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlWriterSettings
, a cast assert is made to check if types are compatible.XmlWriterSettings
Clone()
boolean
getAsync()
boolean
getCheckCharacters()
boolean
getCloseOutput()
ConformanceLevel
getConformanceLevel()
boolean
getDoNotEscapeUriAttributes()
Encoding
getEncoding()
boolean
getIndent()
java.lang.String
getIndentChars()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeNamespaceHandling
getNamespaceHandling()
java.lang.String
getNewLineChars()
NewLineHandling
getNewLineHandling()
boolean
getNewLineOnAttributes()
boolean
getOmitXmlDeclaration()
XmlOutputMethod
getOutputMethod()
boolean
getWriteEndDocumentOnClose()
void
Reset()
void
setAsync(boolean Async)
void
setCheckCharacters(boolean CheckCharacters)
void
setCloseOutput(boolean CloseOutput)
void
setConformanceLevel(ConformanceLevel ConformanceLevel)
void
setDoNotEscapeUriAttributes(boolean DoNotEscapeUriAttributes)
void
setEncoding(Encoding Encoding)
void
setIndent(boolean Indent)
void
setIndentChars(java.lang.String IndentChars)
void
setJCOInstance(JCObject instance)
void
setNamespaceHandling(NamespaceHandling NamespaceHandling)
void
setNewLineChars(java.lang.String NewLineChars)
void
setNewLineHandling(NewLineHandling NewLineHandling)
void
setNewLineOnAttributes(boolean NewLineOnAttributes)
void
setOmitXmlDeclaration(boolean OmitXmlDeclaration)
void
setOutputMethod(XmlOutputMethod OutputMethod)
void
setWriteEndDocumentOnClose(boolean WriteEndDocumentOnClose)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.Xml- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlWriterSettings- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlWriterSettings
public XmlWriterSettings(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlWriterSettings
public XmlWriterSettings() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, IndexOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlWriterSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlWriterSettings
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlWriterSettings
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Clone
public XmlWriterSettings Clone() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, IndexOutOfRangeException, RankException, ArgumentException, ArrayTypeMismatchException
-
Reset
public void Reset() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getAsync
public boolean getAsync() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAsync
public void setAsync(boolean Async) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getCheckCharacters
public boolean getCheckCharacters() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCheckCharacters
public void setCheckCharacters(boolean CheckCharacters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getCloseOutput
public boolean getCloseOutput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCloseOutput
public void setCloseOutput(boolean CloseOutput) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getDoNotEscapeUriAttributes
public boolean getDoNotEscapeUriAttributes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDoNotEscapeUriAttributes
public void setDoNotEscapeUriAttributes(boolean DoNotEscapeUriAttributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getIndent
public boolean getIndent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndent
public void setIndent(boolean Indent) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getNewLineOnAttributes
public boolean getNewLineOnAttributes() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNewLineOnAttributes
public void setNewLineOnAttributes(boolean NewLineOnAttributes) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getOmitXmlDeclaration
public boolean getOmitXmlDeclaration() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOmitXmlDeclaration
public void setOmitXmlDeclaration(boolean OmitXmlDeclaration) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getWriteEndDocumentOnClose
public boolean getWriteEndDocumentOnClose() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWriteEndDocumentOnClose
public void setWriteEndDocumentOnClose(boolean WriteEndDocumentOnClose) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getIndentChars
public java.lang.String getIndentChars() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndentChars
public void setIndentChars(java.lang.String IndentChars) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getNewLineChars
public java.lang.String getNewLineChars() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNewLineChars
public void setNewLineChars(java.lang.String NewLineChars) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEncoding
public void setEncoding(Encoding Encoding) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getConformanceLevel
public ConformanceLevel getConformanceLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConformanceLevel
public void setConformanceLevel(ConformanceLevel ConformanceLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getNamespaceHandling
public NamespaceHandling getNamespaceHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNamespaceHandling
public void setNamespaceHandling(NamespaceHandling NamespaceHandling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getNewLineHandling
public NewLineHandling getNewLineHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNewLineHandling
public void setNewLineHandling(NewLineHandling NewLineHandling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getOutputMethod
public XmlOutputMethod getOutputMethod() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setOutputMethod
public void setOutputMethod(XmlOutputMethod OutputMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-