public class XmlReaderSettings extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlReaderSettings
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.Private.Xml, Version=10.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51
|
static java.lang.String |
assemblyShortName
Assembly name: System.Private.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlReaderSettings
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlReaderSettings() |
XmlReaderSettings(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlReaderSettings()
throws java.lang.Throwable
java.lang.Throwablepublic XmlReaderSettings(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static XmlReaderSettings cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlReaderSettings, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlReaderSettings instancejava.lang.Throwable - in case of error during cast operationpublic XmlReaderSettings Clone() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, PlatformNotSupportedException
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionpublic boolean getAsync()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCheckCharacters()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCloseInput()
throws java.lang.Throwable
java.lang.Throwablepublic ConformanceLevel getConformanceLevel() throws java.lang.Throwable
java.lang.Throwablepublic DtdProcessing getDtdProcessing() throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreComments()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreProcessingInstructions()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIgnoreWhitespace()
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 int getLineNumberOffset()
throws java.lang.Throwable
java.lang.Throwablepublic int getLinePositionOffset()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaxCharactersFromEntities()
throws java.lang.Throwable
java.lang.Throwablepublic long getMaxCharactersInDocument()
throws java.lang.Throwable
java.lang.Throwablepublic XmlNameTable getNameTable() throws java.lang.Throwable
java.lang.Throwablepublic boolean getProhibitDtd()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSchemaSet getSchemas() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, CultureNotFoundException, PlatformNotSupportedException, NullReferenceException, OutOfMemoryException, ExternalException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlSchemaException, XmlException
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionCultureNotFoundExceptionPlatformNotSupportedExceptionNullReferenceExceptionOutOfMemoryExceptionExternalExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionXmlSchemaExceptionXmlExceptionpublic XmlSchemaValidationFlags getValidationFlags() throws java.lang.Throwable
java.lang.Throwablepublic ValidationType getValidationType() throws java.lang.Throwable
java.lang.Throwablepublic void removeValidationEventHandler(ValidationEventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void Reset()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setAsync(boolean Async)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setCheckCharacters(boolean CheckCharacters)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setCloseInput(boolean CloseInput)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setConformanceLevel(ConformanceLevel ConformanceLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException
public void setDtdProcessing(DtdProcessing DtdProcessing) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException
public void setIgnoreComments(boolean IgnoreComments)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setIgnoreProcessingInstructions(boolean IgnoreProcessingInstructions)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setIgnoreWhitespace(boolean IgnoreWhitespace)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setLineNumberOffset(int LineNumberOffset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setLinePositionOffset(int LinePositionOffset)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setMaxCharactersFromEntities(long MaxCharactersFromEntities)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setMaxCharactersInDocument(long MaxCharactersInDocument)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setNameTable(XmlNameTable NameTable) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException
public void setProhibitDtd(boolean ProhibitDtd)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
FormatException,
XmlException
public void setSchemas(XmlSchemaSet Schemas) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException
public void setValidationFlags(XmlSchemaValidationFlags ValidationFlags) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException
public void setValidationType(ValidationType ValidationType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException, MulticastNotSupportedException, XmlSchemaException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionFormatExceptionXmlExceptionMulticastNotSupportedExceptionXmlSchemaExceptionpublic void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, FormatException, XmlException