public class XmlNodeReader extends XmlReader
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlNodeReader
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=8.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.XmlNodeReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlNodeReader() |
XmlNodeReader(java.lang.Object instance)
Internal constructor.
|
XmlNodeReader(XmlNode node) |
| Modifier and Type | Method and Description |
|---|---|
static XmlNodeReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlNodeReader, a cast assert is made to check if types are compatible. |
void |
Close() |
java.lang.String |
GetAttribute(int attributeIndex) |
java.lang.String |
GetAttribute(java.lang.String name) |
java.lang.String |
GetAttribute(java.lang.String name,
java.lang.String namespaceURI) |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
java.lang.String |
LookupNamespace(java.lang.String prefix) |
void |
MoveToAttribute(int attributeIndex) |
boolean |
MoveToAttribute(java.lang.String name) |
boolean |
MoveToAttribute(java.lang.String name,
java.lang.String namespaceURI) |
boolean |
MoveToElement() |
boolean |
MoveToFirstAttribute() |
boolean |
MoveToNextAttribute() |
boolean |
Read() |
boolean |
ReadAttributeValue() |
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 |
ResolveEntity() |
void |
setJCOInstance(JCObject instance) |
void |
Skip() |
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, SkipAsyncpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlNodeReader()
throws java.lang.Throwable
java.lang.Throwablepublic XmlNodeReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic XmlNodeReader(XmlNode node) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
public static XmlNodeReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlNodeReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlNodeReader instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable
public java.lang.String GetAttribute(int attributeIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
FormatException,
IndexOutOfRangeException
GetAttribute in class XmlReaderjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionpublic java.lang.String GetAttribute(java.lang.String name)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException
GetAttribute in class XmlReaderjava.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic java.lang.String GetAttribute(java.lang.String name,
java.lang.String namespaceURI)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException
GetAttribute in class XmlReaderjava.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class XmlReaderString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class XmlReaderString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class XmlReaderObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class XmlReaderString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class XmlReaderJCType representing the CLR Type of the instantiated Classpublic java.lang.String LookupNamespace(java.lang.String prefix)
throws java.lang.Throwable,
PlatformNotSupportedException,
NotSupportedException,
OutOfMemoryException,
InvalidOperationException,
ArgumentOutOfRangeException
LookupNamespace in class XmlReaderjava.lang.ThrowablePlatformNotSupportedExceptionNotSupportedExceptionOutOfMemoryExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionpublic void MoveToAttribute(int attributeIndex)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
CultureNotFoundException,
ObjectDisposedException,
FormatException,
IndexOutOfRangeException,
XmlException
MoveToAttribute in class XmlReaderjava.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionCultureNotFoundExceptionObjectDisposedExceptionFormatExceptionIndexOutOfRangeExceptionXmlExceptionpublic boolean MoveToAttribute(java.lang.String name)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
XmlException
MoveToAttribute in class XmlReaderjava.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionpublic boolean MoveToAttribute(java.lang.String name,
java.lang.String namespaceURI)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
ArgumentNullException,
ArgumentException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
XmlException
MoveToAttribute in class XmlReaderjava.lang.ThrowablePlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionArgumentExceptionCultureNotFoundExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionpublic boolean MoveToElement()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
XmlException
MoveToElement in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionXmlExceptionpublic boolean MoveToFirstAttribute()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
FormatException,
IndexOutOfRangeException,
XmlException
MoveToFirstAttribute in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionFormatExceptionIndexOutOfRangeExceptionXmlExceptionpublic boolean MoveToNextAttribute()
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
PlatformNotSupportedException,
IndexOutOfRangeException,
XmlException
MoveToNextAttribute in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionPlatformNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionpublic boolean Read()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
XmlException
Read in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionpublic boolean ReadAttributeValue()
throws java.lang.Throwable
ReadAttributeValue in class XmlReaderjava.lang.Throwablepublic int ReadContentAsBase64(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException
ReadContentAsBase64 in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionpublic int ReadContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException
ReadContentAsBase64 in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionpublic int ReadContentAsBinHex(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException
ReadContentAsBinHex in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionpublic int ReadContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException
ReadContentAsBinHex in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionpublic int ReadElementContentAsBase64(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException,
XmlException
ReadElementContentAsBase64 in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadElementContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, XmlException
ReadElementContentAsBase64 in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadElementContentAsBinHex(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentException,
NotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
ArgumentNullException,
IndexOutOfRangeException,
PlatformNotSupportedException,
FormatException,
OutOfMemoryException,
XmlException
ReadElementContentAsBinHex in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadElementContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException, IndexOutOfRangeException, PlatformNotSupportedException, FormatException, OutOfMemoryException, XmlException
ReadElementContentAsBinHex in class XmlReaderjava.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionFormatExceptionOutOfMemoryExceptionXmlExceptionpublic java.lang.String ReadString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
ReadString in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionpublic void ResolveEntity()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
InvalidOperationException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException
ResolveEntity in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionObjectDisposedExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class XmlReaderpublic void Skip()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
ObjectDisposedException,
InvalidOperationException,
XmlException
Skip in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionObjectDisposedExceptionInvalidOperationExceptionXmlException