Package system.xml
Class XmlTextReader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlReader
-
- system.xml.XmlTextReader
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class XmlTextReader extends XmlReader
The base .NET class managing System.Xml.XmlTextReader, System.Private.Xml, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlTextReader
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=9.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.XmlTextReaderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlTextReader()
XmlTextReader(java.lang.Object instance)
Internal constructor.XmlTextReader(java.lang.String url)
XmlTextReader(java.lang.String url, Stream input)
XmlTextReader(java.lang.String url, Stream input, XmlNameTable nt)
XmlTextReader(java.lang.String url, TextReader input)
XmlTextReader(java.lang.String url, TextReader input, XmlNameTable nt)
XmlTextReader(java.lang.String url, XmlNameTable nt)
XmlTextReader(java.lang.String xmlFragment, XmlNodeType fragType, XmlParserContext context)
XmlTextReader(Stream input)
XmlTextReader(Stream input, XmlNameTable nt)
XmlTextReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context)
XmlTextReader(TextReader input)
XmlTextReader(TextReader input, XmlNameTable nt)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlTextReader
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlTextReader
, a cast assert is made to check if types are compatible.void
Close()
java.lang.String
GetAttribute(int i)
java.lang.String
GetAttribute(java.lang.String name)
java.lang.String
GetAttribute(java.lang.String localName, java.lang.String namespaceURI)
DtdProcessing
getDtdProcessing()
Encoding
getEncoding()
EntityHandling
getEntityHandling()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeint
getLineNumber()
int
getLinePosition()
boolean
getNamespaces()
boolean
getNormalization()
boolean
getProhibitDtd()
TextReader
GetRemainder()
WhitespaceHandling
getWhitespaceHandling()
boolean
HasLineInfo()
java.lang.String
LookupNamespace(java.lang.String prefix)
void
MoveToAttribute(int i)
boolean
MoveToAttribute(java.lang.String name)
boolean
MoveToAttribute(java.lang.String localName, java.lang.String namespaceURI)
boolean
MoveToElement()
boolean
MoveToFirstAttribute()
boolean
MoveToNextAttribute()
boolean
Read()
boolean
ReadAttributeValue()
int
ReadBase64(byte[] array, int offset, int len)
int
ReadBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadBinHex(byte[] array, int offset, int len)
int
ReadBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadChars(char[] buffer, int index, int count)
int
ReadChars(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadContentAsBase64(byte[] buffer, int index, int count)
int
ReadContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadContentAsBinHex(byte[] buffer, int index, int count)
int
ReadContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadElementContentAsBase64(byte[] buffer, int index, int count)
int
ReadElementContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)
int
ReadElementContentAsBinHex(byte[] buffer, int index, int count)
int
ReadElementContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)
java.lang.String
ReadString()
void
ResetState()
void
ResolveEntity()
void
setDtdProcessing(DtdProcessing DtdProcessing)
void
setEntityHandling(EntityHandling EntityHandling)
void
setJCOInstance(JCObject instance)
void
setNamespaces(boolean Namespaces)
void
setNormalization(boolean Normalization)
void
setProhibitDtd(boolean ProhibitDtd)
void
setWhitespaceHandling(WhitespaceHandling WhitespaceHandling)
void
setXmlResolver(XmlResolver XmlResolver)
void
Skip()
-
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, SkipAsync
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.Xml, Version=9.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.XmlTextReader- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlTextReader
public XmlTextReader(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlTextReader
public XmlTextReader() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
XmlTextReader
public XmlTextReader(Stream input, XmlNameTable nt) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, ArgumentException, NotSupportedException, InvalidOperationException
-
XmlTextReader
public XmlTextReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, ArgumentException, NotSupportedException, InvalidOperationException, CultureNotFoundException, UriFormatException, OutOfMemoryException
-
XmlTextReader
public XmlTextReader(Stream input) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, ArgumentException, NotSupportedException, InvalidOperationException
-
XmlTextReader
public XmlTextReader(TextReader input, XmlNameTable nt) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
XmlTextReader
public XmlTextReader(TextReader input) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
XmlTextReader
public XmlTextReader(java.lang.String url, Stream input, XmlNameTable nt) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, ArgumentException, NotSupportedException, InvalidOperationException
-
XmlTextReader
public XmlTextReader(java.lang.String url, Stream input) throws java.lang.Throwable, ArgumentOutOfRangeException, ArrayTypeMismatchException, PlatformNotSupportedException, IOException, ArgumentException, NotSupportedException, InvalidOperationException
-
XmlTextReader
public XmlTextReader(java.lang.String url, TextReader input, XmlNameTable nt) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
XmlTextReader
public XmlTextReader(java.lang.String url, TextReader input) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, ArgumentOutOfRangeException
- Throws:
java.lang.Throwable
ArgumentNullException
PlatformNotSupportedException
ArgumentException
ArgumentOutOfRangeException
-
XmlTextReader
public XmlTextReader(java.lang.String url, XmlNameTable nt) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, UriFormatException
-
XmlTextReader
public XmlTextReader(java.lang.String xmlFragment, XmlNodeType fragType, XmlParserContext context) throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, CultureNotFoundException
-
XmlTextReader
public XmlTextReader(java.lang.String url) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, InvalidOperationException, UriFormatException
-
-
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 classXmlReader
- 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 classXmlReader
- 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 classXmlReader
- 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 classXmlReader
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlReader
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlReader
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlTextReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlTextReader
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlTextReader
instance- 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 localName, java.lang.String namespaceURI) throws java.lang.Throwable
- Overrides:
MoveToAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
MoveToAttribute
public boolean MoveToAttribute(java.lang.String name) throws java.lang.Throwable
- Overrides:
MoveToAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
MoveToElement
public boolean MoveToElement() throws java.lang.Throwable
- Overrides:
MoveToElement
in classXmlReader
- Throws:
java.lang.Throwable
-
MoveToFirstAttribute
public boolean MoveToFirstAttribute() throws java.lang.Throwable
- Overrides:
MoveToFirstAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
MoveToNextAttribute
public boolean MoveToNextAttribute() throws java.lang.Throwable
- Overrides:
MoveToNextAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
Read
public boolean Read() throws java.lang.Throwable
-
ReadAttributeValue
public boolean ReadAttributeValue() throws java.lang.Throwable
- Overrides:
ReadAttributeValue
in classXmlReader
- Throws:
java.lang.Throwable
-
ReadBase64
public int ReadBase64(byte[] array, int offset, int len) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
ReadBase64
public int ReadBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
ReadBinHex
public int ReadBinHex(byte[] array, int offset, int len) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
ReadBinHex
public int ReadBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
ReadChars
public int ReadChars(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
ReadChars
public int ReadChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException, OutOfMemoryException
-
ReadContentAsBase64
public int ReadContentAsBase64(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadContentAsBase64
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadContentAsBase64
public int ReadContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadContentAsBase64
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadContentAsBinHex
public int ReadContentAsBinHex(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadContentAsBinHex
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadContentAsBinHex
public int ReadContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadContentAsBinHex
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadElementContentAsBase64
public int ReadElementContentAsBase64(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadElementContentAsBase64
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadElementContentAsBase64
public int ReadElementContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadElementContentAsBase64
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadElementContentAsBinHex
public int ReadElementContentAsBinHex(byte[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadElementContentAsBinHex
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
ReadElementContentAsBinHex
public int ReadElementContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
- Overrides:
ReadElementContentAsBinHex
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
-
GetRemainder
public TextReader GetRemainder() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, PlatformNotSupportedException, CultureNotFoundException, IndexOutOfRangeException, UriFormatException, ArrayTypeMismatchException, IOException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
NotSupportedException
InvalidOperationException
ArgumentOutOfRangeException
ArgumentNullException
PlatformNotSupportedException
CultureNotFoundException
IndexOutOfRangeException
UriFormatException
ArrayTypeMismatchException
IOException
OutOfMemoryException
-
GetAttribute
public java.lang.String GetAttribute(int i) throws java.lang.Throwable
- Overrides:
GetAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
GetAttribute
public java.lang.String GetAttribute(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable
- Overrides:
GetAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
GetAttribute
public java.lang.String GetAttribute(java.lang.String name) throws java.lang.Throwable
- Overrides:
GetAttribute
in classXmlReader
- Throws:
java.lang.Throwable
-
LookupNamespace
public java.lang.String LookupNamespace(java.lang.String prefix) throws java.lang.Throwable
- Overrides:
LookupNamespace
in classXmlReader
- Throws:
java.lang.Throwable
-
ReadString
public java.lang.String ReadString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException
- Overrides:
ReadString
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
NotSupportedException
InvalidOperationException
ObjectDisposedException
OutOfMemoryException
-
Close
public void Close() throws java.lang.Throwable
-
MoveToAttribute
public void MoveToAttribute(int i) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
- Overrides:
MoveToAttribute
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
PlatformNotSupportedException
NotSupportedException
ObjectDisposedException
InvalidOperationException
RankException
ArrayTypeMismatchException
IndexOutOfRangeException
FormatException
-
ResetState
public void ResetState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException
-
ResolveEntity
public void ResolveEntity() throws java.lang.Throwable
- Overrides:
ResolveEntity
in classXmlReader
- Throws:
java.lang.Throwable
-
Skip
public void Skip() 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, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getNormalization
public boolean getNormalization() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNormalization
public void setNormalization(boolean Normalization) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException
-
getProhibitDtd
public boolean getProhibitDtd() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setProhibitDtd
public void setProhibitDtd(boolean ProhibitDtd) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getLineNumber
public int getLineNumber() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getLinePosition
public int getLinePosition() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getEncoding
public Encoding getEncoding() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDtdProcessing
public DtdProcessing getDtdProcessing() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDtdProcessing
public void setDtdProcessing(DtdProcessing DtdProcessing) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
-
getEntityHandling
public EntityHandling getEntityHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setEntityHandling
public void setEntityHandling(EntityHandling EntityHandling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XmlException
-
getWhitespaceHandling
public WhitespaceHandling getWhitespaceHandling() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWhitespaceHandling
public void setWhitespaceHandling(WhitespaceHandling WhitespaceHandling) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, IndexOutOfRangeException, FormatException, OutOfMemoryException, XmlException
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-