Package system.xml
Class XmlValidatingReader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlReader
-
- system.xml.XmlValidatingReader
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class XmlValidatingReader extends XmlReader
The base .NET class managing System.Xml.XmlValidatingReader, System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlValidatingReader
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.XmlValidatingReaderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlValidatingReader()XmlValidatingReader(java.lang.Object instance)Internal constructor.XmlValidatingReader(java.lang.String xmlFragment, XmlNodeType fragType, XmlParserContext context)XmlValidatingReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context)XmlValidatingReader(XmlReader reader)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddValidationEventHandler(ValidationEventHandler handler)static XmlValidatingReadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlValidatingReader, a cast assert is made to check if types are compatible.voidClose()java.lang.StringGetAttribute(int i)java.lang.StringGetAttribute(java.lang.String name)java.lang.StringGetAttribute(java.lang.String localName, java.lang.String namespaceURI)EncodinggetEncoding()EntityHandlinggetEntityHandling()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 TypeintgetLineNumber()intgetLinePosition()booleangetNamespaces()XmlReadergetReader()XmlSchemaCollectiongetSchemas()NetObjectgetSchemaType()ValidationTypegetValidationType()booleanHasLineInfo()java.lang.StringLookupNamespace(java.lang.String prefix)voidMoveToAttribute(int i)booleanMoveToAttribute(java.lang.String name)booleanMoveToAttribute(java.lang.String localName, java.lang.String namespaceURI)booleanMoveToElement()booleanMoveToFirstAttribute()booleanMoveToNextAttribute()booleanRead()booleanReadAttributeValue()intReadContentAsBase64(byte[] buffer, int index, int count)intReadContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)intReadContentAsBinHex(byte[] buffer, int index, int count)intReadContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)intReadElementContentAsBase64(byte[] buffer, int index, int count)intReadElementContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)intReadElementContentAsBinHex(byte[] buffer, int index, int count)intReadElementContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)java.lang.StringReadString()NetObjectReadTypedValue()voidremoveValidationEventHandler(ValidationEventHandler handler)voidResolveEntity()voidsetEntityHandling(EntityHandling EntityHandling)voidsetJCOInstance(JCObject instance)voidsetNamespaces(boolean Namespaces)voidsetValidationType(ValidationType ValidationType)voidsetXmlResolver(XmlResolver XmlResolver)-
Methods inherited from class system.xml.XmlReader
close, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, getAttributeCount, getBaseURI, getCanReadBinaryContent, getCanReadValueChunk, getCanResolveEntity, getDepth, getEOF, getHasAttributes, getHasValue, getIsDefault, getIsEmptyElement, getLocalName, getName, getNamespaceURI, getNameTable, getNodeType, getPrefix, getQuoteChar, getReadState, getSchemaInfo, getSettings, getValue, getValueType, getXmlLang, getXmlSpace, IsName, IsNameToken, IsStartElement, IsStartElement, IsStartElement, MoveToContent, ReadContentAs, ReadContentAsBoolean, ReadContentAsDateTime, ReadContentAsDateTimeOffset, ReadContentAsDecimal, ReadContentAsDouble, ReadContentAsFloat, ReadContentAsInt, ReadContentAsLong, ReadContentAsObject, ReadContentAsString, ReadElementContentAs, ReadElementContentAs, ReadElementContentAsBoolean, ReadElementContentAsBoolean, ReadElementContentAsDateTime, ReadElementContentAsDateTime, ReadElementContentAsDecimal, ReadElementContentAsDecimal, ReadElementContentAsDouble, ReadElementContentAsDouble, ReadElementContentAsFloat, ReadElementContentAsFloat, ReadElementContentAsInt, ReadElementContentAsInt, ReadElementContentAsLong, ReadElementContentAsLong, ReadElementContentAsObject, ReadElementContentAsObject, ReadElementContentAsString, ReadElementContentAsString, ReadElementString, ReadElementString, ReadElementString, ReadEndElement, ReadInnerXml, ReadOuterXml, ReadStartElement, ReadStartElement, ReadStartElement, ReadSubtree, ReadToDescendant, ReadToDescendant, ReadToFollowing, ReadToFollowing, ReadToNextSibling, ReadToNextSibling, ReadValueChunk, ReadValueChunk, Skip, SkipAsync
-
-
-
-
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.XmlValidatingReader- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlValidatingReader
public XmlValidatingReader(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlValidatingReader
public XmlValidatingReader() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
XmlValidatingReader
public XmlValidatingReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, MissingManifestResourceException, XmlException, ConfigurationException, XmlSchemaException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionXmlExceptionConfigurationExceptionXmlSchemaException
-
XmlValidatingReader
public XmlValidatingReader(java.lang.String xmlFragment, XmlNodeType fragType, XmlParserContext context) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, InvalidOperationException, SecurityException, UnauthorizedAccessException, IOException, ArgumentOutOfRangeException, XmlException, ConfigurationException, XmlSchemaException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionInvalidOperationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionArgumentOutOfRangeExceptionXmlExceptionConfigurationExceptionXmlSchemaException
-
XmlValidatingReader
public XmlValidatingReader(XmlReader reader) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException, ConfigurationErrorsException, ConfigurationException, SecurityException, UnauthorizedAccessException, IOException, XmlSchemaException, UriFormatException, PathTooLongException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlExceptionConfigurationErrorsExceptionConfigurationExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionXmlSchemaExceptionUriFormatExceptionPathTooLongExceptionNotSupportedExceptionOutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classXmlReader- 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 classXmlReader- 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 classXmlReader- 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 classXmlReader- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classXmlReader
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classXmlReader- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static XmlValidatingReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlValidatingReader, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlValidatingReaderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
HasLineInfo
public boolean HasLineInfo() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
MoveToAttribute
public boolean MoveToAttribute(java.lang.String name) throws java.lang.Throwable- Overrides:
MoveToAttributein classXmlReader- Throws:
java.lang.Throwable
-
MoveToAttribute
public boolean MoveToAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable- Overrides:
MoveToAttributein classXmlReader- Throws:
java.lang.Throwable
-
MoveToElement
public boolean MoveToElement() throws java.lang.Throwable- Overrides:
MoveToElementin classXmlReader- Throws:
java.lang.Throwable
-
MoveToFirstAttribute
public boolean MoveToFirstAttribute() throws java.lang.Throwable- Overrides:
MoveToFirstAttributein classXmlReader- Throws:
java.lang.Throwable
-
MoveToNextAttribute
public boolean MoveToNextAttribute() throws java.lang.Throwable- Overrides:
MoveToNextAttributein classXmlReader- Throws:
java.lang.Throwable
-
Read
public boolean Read() throws java.lang.Throwable
-
ReadAttributeValue
public boolean ReadAttributeValue() throws java.lang.Throwable- Overrides:
ReadAttributeValuein classXmlReader- Throws:
java.lang.Throwable
-
ReadContentAsBase64
public int ReadContentAsBase64(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException- Overrides:
ReadContentAsBase64in classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadContentAsBase64
public int ReadContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Overrides:
ReadContentAsBase64in classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadContentAsBinHex
public int ReadContentAsBinHex(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException- Overrides:
ReadContentAsBinHexin classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadContentAsBinHex
public int ReadContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Overrides:
ReadContentAsBinHexin classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadElementContentAsBase64
public int ReadElementContentAsBase64(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException- Overrides:
ReadElementContentAsBase64in classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadElementContentAsBase64
public int ReadElementContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Overrides:
ReadElementContentAsBase64in classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadElementContentAsBinHex
public int ReadElementContentAsBinHex(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException- Overrides:
ReadElementContentAsBinHexin classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadElementContentAsBinHex
public int ReadElementContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException
- Overrides:
ReadElementContentAsBinHexin classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNotSupportedException
-
ReadTypedValue
public NetObject ReadTypedValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlException
-
GetAttribute
public java.lang.String GetAttribute(int i) throws java.lang.Throwable- Overrides:
GetAttributein classXmlReader- Throws:
java.lang.Throwable
-
GetAttribute
public java.lang.String GetAttribute(java.lang.String name) throws java.lang.Throwable- Overrides:
GetAttributein classXmlReader- Throws:
java.lang.Throwable
-
GetAttribute
public java.lang.String GetAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable- Overrides:
GetAttributein classXmlReader- Throws:
java.lang.Throwable
-
LookupNamespace
public java.lang.String LookupNamespace(java.lang.String prefix) throws java.lang.Throwable- Overrides:
LookupNamespacein classXmlReader- Throws:
java.lang.Throwable
-
ReadString
public java.lang.String ReadString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException- Overrides:
ReadStringin classXmlReader- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeException
-
Close
public void Close() throws java.lang.Throwable
-
MoveToAttribute
public void MoveToAttribute(int i) throws java.lang.Throwable, ArgumentOutOfRangeException- Overrides:
MoveToAttributein classXmlReader- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
ResolveEntity
public void ResolveEntity() throws java.lang.Throwable- Overrides:
ResolveEntityin classXmlReader- Throws:
java.lang.Throwable
-
getNamespaces
public boolean getNamespaces() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setNamespaces
public void setNamespaces(boolean Namespaces) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getLineNumber
public int getLineNumber() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getLinePosition
public int getLinePosition() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSchemaType
public NetObject getSchemaType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEntityHandling
public EntityHandling getEntityHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEntityHandling
public void setEntityHandling(EntityHandling EntityHandling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException
-
getSchemas
public XmlSchemaCollection getSchemas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValidationType
public ValidationType getValidationType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidationType
public void setValidationType(ValidationType ValidationType) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, XmlException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, UriFormatException, PathTooLongException, NotSupportedException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionXmlExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionUriFormatExceptionPathTooLongExceptionNotSupportedExceptionOutOfMemoryException
-
getReader
public XmlReader getReader() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
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
-
-