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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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.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.XmlTextReaderstatic JCTypeclassTypeThe 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 XmlTextReadercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoXmlTextReader, 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)DtdProcessinggetDtdProcessing()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()booleangetNormalization()booleangetProhibitDtd()TextReaderGetRemainder()WhitespaceHandlinggetWhitespaceHandling()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()intReadBase64(byte[] array, int offset, int len)intReadBase64(JCORefOut dupParam0, int dupParam1, int dupParam2)intReadBinHex(byte[] array, int offset, int len)intReadBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2)intReadChars(char[] buffer, int index, int count)intReadChars(JCORefOut dupParam0, int dupParam1, int dupParam2)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()voidResetState()voidResolveEntity()voidsetDtdProcessing(DtdProcessing DtdProcessing)voidsetEntityHandling(EntityHandling EntityHandling)voidsetJCOInstance(JCObject instance)voidsetNamespaces(boolean Namespaces)voidsetNormalization(boolean Normalization)voidsetProhibitDtd(boolean ProhibitDtd)voidsetWhitespaceHandling(WhitespaceHandling WhitespaceHandling)voidsetXmlResolver(XmlResolver XmlResolver)voidSkip()-
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.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.XmlTextReader- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XmlTextReader
public XmlTextReader(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
XmlTextReader
public XmlTextReader() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
XmlTextReader
public XmlTextReader(Stream input) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(Stream input, XmlNameTable nt) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(Stream xmlFragment, XmlNodeType fragType, XmlParserContext context) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, UriFormatException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionDriveNotFoundExceptionOperationCanceledException
-
XmlTextReader
public XmlTextReader(TextReader input) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(TextReader input, XmlNameTable nt) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(java.lang.String url) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, AbandonedMutexException, FormatException, UriFormatException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionAbandonedMutexExceptionFormatExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionDriveNotFoundExceptionOperationCanceledException
-
XmlTextReader
public XmlTextReader(java.lang.String url, Stream input) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(java.lang.String url, Stream input, XmlNameTable nt) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(java.lang.String url, TextReader input) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(java.lang.String url, TextReader input, XmlNameTable nt) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException
-
XmlTextReader
public XmlTextReader(java.lang.String url, XmlNameTable nt) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingMethodException, TargetInvocationException, MissingManifestResourceException, AbandonedMutexException, FormatException, UriFormatException, OutOfMemoryException, PathTooLongException, FileNotFoundException, DirectoryNotFoundException, DriveNotFoundException, OperationCanceledException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionMissingManifestResourceExceptionAbandonedMutexExceptionFormatExceptionUriFormatExceptionOutOfMemoryExceptionPathTooLongExceptionFileNotFoundExceptionDirectoryNotFoundExceptionDriveNotFoundExceptionOperationCanceledException
-
XmlTextReader
public XmlTextReader(java.lang.String xmlFragment, XmlNodeType fragType, XmlParserContext context) throws java.lang.Throwable, ArgumentException, InvalidOperationException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, ObjectDisposedException, ArgumentNullException, ArgumentOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException- Throws:
java.lang.ThrowableArgumentExceptionInvalidOperationExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionObjectDisposedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceException
-
-
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 XmlTextReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoXmlTextReader, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
XmlTextReaderinstance- 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
-
ReadBase64
public int ReadBase64(byte[] array, int offset, int len) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryException
-
ReadBase64
public int ReadBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryException
-
ReadBinHex
public int ReadBinHex(byte[] array, int offset, int len) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryException
-
ReadBinHex
public int ReadBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryException
-
ReadChars
public int ReadChars(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, OutOfMemoryException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryException
-
ReadChars
public int ReadChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionOutOfMemoryException
-
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
-
GetRemainder
public TextReader GetRemainder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, UriFormatException, PathTooLongException, NotSupportedException, OutOfMemoryException
-
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
-
ResetState
public void ResetState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
ResolveEntity
public void ResolveEntity() throws java.lang.Throwable- Overrides:
ResolveEntityin 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, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, 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, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getProhibitDtd
public boolean getProhibitDtd() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setProhibitDtd
public void setProhibitDtd(boolean ProhibitDtd) throws java.lang.Throwable, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
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, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
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, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, 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, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, XmlException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionXmlException
-
setXmlResolver
public void setXmlResolver(XmlResolver XmlResolver) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-