Package system.xml
Class XmlReaderSettings
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlReaderSettings
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class XmlReaderSettings extends NetObject
The base .NET class managing System.Xml.XmlReaderSettings, 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.XmlReaderSettings
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.XmlReaderSettingsstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlReaderSettings()
XmlReaderSettings(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
-
-
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.XmlReaderSettings- See Also:
- Constant Field Values
-
-
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 XmlReaderSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlReaderSettings
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlReaderSettings
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Clone
public XmlReaderSettings Clone() throws java.lang.Throwable, PlatformNotSupportedException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
-
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
-
getCloseInput
public boolean getCloseInput() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setCloseInput
public void setCloseInput(boolean CloseInput) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getIgnoreComments
public boolean getIgnoreComments() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreComments
public void setIgnoreComments(boolean IgnoreComments) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getIgnoreProcessingInstructions
public boolean getIgnoreProcessingInstructions() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreProcessingInstructions
public void setIgnoreProcessingInstructions(boolean IgnoreProcessingInstructions) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getIgnoreWhitespace
public boolean getIgnoreWhitespace() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIgnoreWhitespace
public void setIgnoreWhitespace(boolean IgnoreWhitespace) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getProhibitDtd
public boolean getProhibitDtd() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProhibitDtd
public void setProhibitDtd(boolean ProhibitDtd) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getLineNumberOffset
public int getLineNumberOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLineNumberOffset
public void setLineNumberOffset(int LineNumberOffset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getLinePositionOffset
public int getLinePositionOffset() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setLinePositionOffset
public void setLinePositionOffset(int LinePositionOffset) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getMaxCharactersFromEntities
public long getMaxCharactersFromEntities() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxCharactersFromEntities
public void setMaxCharactersFromEntities(long MaxCharactersFromEntities) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getMaxCharactersInDocument
public long getMaxCharactersInDocument() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMaxCharactersInDocument
public void setMaxCharactersInDocument(long MaxCharactersInDocument) 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
-
getDtdProcessing
public DtdProcessing getDtdProcessing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDtdProcessing
public void setDtdProcessing(DtdProcessing DtdProcessing) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getSchemas
public XmlSchemaSet getSchemas() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, OutOfMemoryException, ExternalException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlSchemaException, XmlException
-
setSchemas
public void setSchemas(XmlSchemaSet Schemas) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getValidationFlags
public XmlSchemaValidationFlags getValidationFlags() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidationFlags
public void setValidationFlags(XmlSchemaValidationFlags ValidationFlags) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
getValidationType
public ValidationType getValidationType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidationType
public void setValidationType(ValidationType ValidationType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException, MulticastNotSupportedException, XmlSchemaException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
CultureNotFoundException
ObjectDisposedException
OutOfMemoryException
IndexOutOfRangeException
FormatException
XmlException
MulticastNotSupportedException
XmlSchemaException
NotSupportedException
-
getNameTable
public XmlNameTable getNameTable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNameTable
public void setNameTable(XmlNameTable NameTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, OutOfMemoryException, IndexOutOfRangeException, FormatException, XmlException
-
addValidationEventHandler
public void addValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeValidationEventHandler
public void removeValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-