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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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.StringassemblyFullNameFully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Xmlstatic java.lang.StringclassNameQualified class name: System.Xml.XmlWriterSettingsstatic JCTypeclassTypeThe 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 XmlWriterSettingscast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlWriterSettings, a cast assert is made to check if types are compatible.XmlWriterSettingsClone()booleangetAsync()booleangetCheckCharacters()booleangetCloseOutput()ConformanceLevelgetConformanceLevel()booleangetDoNotEscapeUriAttributes()EncodinggetEncoding()booleangetIndent()java.lang.StringgetIndentChars()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeNamespaceHandlinggetNamespaceHandling()java.lang.StringgetNewLineChars()NewLineHandlinggetNewLineHandling()booleangetNewLineOnAttributes()booleangetOmitXmlDeclaration()XmlOutputMethodgetOutputMethod()booleangetWriteEndDocumentOnClose()voidReset()voidsetAsync(boolean Async)voidsetCheckCharacters(boolean CheckCharacters)voidsetCloseOutput(boolean CloseOutput)voidsetConformanceLevel(ConformanceLevel ConformanceLevel)voidsetDoNotEscapeUriAttributes(boolean DoNotEscapeUriAttributes)voidsetEncoding(Encoding Encoding)voidsetIndent(boolean Indent)voidsetIndentChars(java.lang.String IndentChars)voidsetJCOInstance(JCObject instance)voidsetNamespaceHandling(NamespaceHandling NamespaceHandling)voidsetNewLineChars(java.lang.String NewLineChars)voidsetNewLineHandling(NewLineHandling NewLineHandling)voidsetNewLineOnAttributes(boolean NewLineOnAttributes)voidsetOmitXmlDeclaration(boolean OmitXmlDeclaration)voidsetOutputMethod(XmlOutputMethod OutputMethod)voidsetWriteEndDocumentOnClose(boolean WriteEndDocumentOnClose)
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.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.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlWriterSettings
public XmlWriterSettings() throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlWriterSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlWriterSettings, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlWriterSettingsinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Clone
public XmlWriterSettings Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeException
-
Reset
public void Reset() throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getAsync
public boolean getAsync() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAsync
public void setAsync(boolean Async) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getCheckCharacters
public boolean getCheckCharacters() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCheckCharacters
public void setCheckCharacters(boolean CheckCharacters) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getCloseOutput
public boolean getCloseOutput() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setCloseOutput
public void setCloseOutput(boolean CloseOutput) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getDoNotEscapeUriAttributes
public boolean getDoNotEscapeUriAttributes() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setDoNotEscapeUriAttributes
public void setDoNotEscapeUriAttributes(boolean DoNotEscapeUriAttributes) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getIndent
public boolean getIndent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIndent
public void setIndent(boolean Indent) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getNewLineOnAttributes
public boolean getNewLineOnAttributes() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setNewLineOnAttributes
public void setNewLineOnAttributes(boolean NewLineOnAttributes) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getOmitXmlDeclaration
public boolean getOmitXmlDeclaration() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setOmitXmlDeclaration
public void setOmitXmlDeclaration(boolean OmitXmlDeclaration) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getWriteEndDocumentOnClose
public boolean getWriteEndDocumentOnClose() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setWriteEndDocumentOnClose
public void setWriteEndDocumentOnClose(boolean WriteEndDocumentOnClose) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, 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, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, 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, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEncoding
public void setEncoding(Encoding Encoding) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getConformanceLevel
public ConformanceLevel getConformanceLevel() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setConformanceLevel
public void setConformanceLevel(ConformanceLevel ConformanceLevel) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getNamespaceHandling
public NamespaceHandling getNamespaceHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNamespaceHandling
public void setNamespaceHandling(NamespaceHandling NamespaceHandling) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, XmlException
-
getNewLineHandling
public NewLineHandling getNewLineHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNewLineHandling
public void setNewLineHandling(NewLineHandling NewLineHandling) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, 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
-
-