public class XmlWriterSettings extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlWriterSettings
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlWriterSettings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlWriterSettings() |
XmlWriterSettings(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlWriterSettings |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlWriterSettings, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
NamespaceHandling |
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) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlWriterSettings()
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic XmlWriterSettings(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlWriterSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlWriterSettings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlWriterSettings instancejava.lang.Throwable - in case of error during cast operationpublic XmlWriterSettings Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionpublic boolean getAsync()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCheckCharacters()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCloseOutput()
throws java.lang.Throwable
java.lang.Throwablepublic ConformanceLevel getConformanceLevel() throws java.lang.Throwable
java.lang.Throwablepublic boolean getDoNotEscapeUriAttributes()
throws java.lang.Throwable
java.lang.Throwablepublic Encoding getEncoding() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIndent()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getIndentChars()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic NamespaceHandling getNamespaceHandling() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getNewLineChars()
throws java.lang.Throwable
java.lang.Throwablepublic NewLineHandling getNewLineHandling() throws java.lang.Throwable
java.lang.Throwablepublic boolean getNewLineOnAttributes()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getOmitXmlDeclaration()
throws java.lang.Throwable
java.lang.Throwablepublic XmlOutputMethod getOutputMethod() throws java.lang.Throwable
java.lang.Throwablepublic boolean getWriteEndDocumentOnClose()
throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setAsync(boolean Async)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setCheckCharacters(boolean CheckCharacters)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setCloseOutput(boolean CloseOutput)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setConformanceLevel(ConformanceLevel ConformanceLevel) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
public void setDoNotEscapeUriAttributes(boolean DoNotEscapeUriAttributes)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setEncoding(Encoding Encoding) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
public void setIndent(boolean Indent)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setIndentChars(java.lang.String IndentChars)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setNamespaceHandling(NamespaceHandling NamespaceHandling) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
public void setNewLineChars(java.lang.String NewLineChars)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setNewLineHandling(NewLineHandling NewLineHandling) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
public void setNewLineOnAttributes(boolean NewLineOnAttributes)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setOmitXmlDeclaration(boolean OmitXmlDeclaration)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException
public void setOutputMethod(XmlOutputMethod OutputMethod) throws java.lang.Throwable
java.lang.Throwablepublic void setWriteEndDocumentOnClose(boolean WriteEndDocumentOnClose)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
XmlException