public class XmlReader extends NetObject implements java.lang.AutoCloseable
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlReader
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.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Xml
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlReader() |
XmlReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlReader, a cast assert is made to check if types are compatible. |
void |
close() |
void |
Close() |
static XmlReader |
Create(Stream input) |
static XmlReader |
Create(Stream input,
XmlReaderSettings settings) |
static XmlReader |
Create(Stream input,
XmlReaderSettings settings,
java.lang.String baseUri) |
static XmlReader |
Create(Stream input,
XmlReaderSettings settings,
XmlParserContext inputContext) |
static XmlReader |
Create(java.lang.String inputUri) |
static XmlReader |
Create(java.lang.String inputUri,
XmlReaderSettings settings) |
static XmlReader |
Create(java.lang.String inputUri,
XmlReaderSettings settings,
XmlParserContext inputContext) |
static XmlReader |
Create(TextReader input) |
static XmlReader |
Create(TextReader input,
XmlReaderSettings settings) |
static XmlReader |
Create(TextReader input,
XmlReaderSettings settings,
java.lang.String baseUri) |
static XmlReader |
Create(TextReader input,
XmlReaderSettings settings,
XmlParserContext inputContext) |
static XmlReader |
Create(XmlReader reader,
XmlReaderSettings settings) |
void |
Dispose() |
java.lang.String |
GetAttribute(int i) |
java.lang.String |
GetAttribute(java.lang.String name) |
java.lang.String |
GetAttribute(java.lang.String name,
java.lang.String namespaceURI) |
int |
getAttributeCount() |
java.lang.String |
getBaseURI() |
boolean |
getCanReadBinaryContent() |
boolean |
getCanReadValueChunk() |
boolean |
getCanResolveEntity() |
int |
getDepth() |
boolean |
getEOF() |
boolean |
getHasAttributes() |
boolean |
getHasValue() |
boolean |
getIsDefault() |
boolean |
getIsEmptyElement() |
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 |
getLocalName() |
java.lang.String |
getName() |
java.lang.String |
getNamespaceURI() |
XmlNameTable |
getNameTable() |
XmlNodeType |
getNodeType() |
java.lang.String |
getPrefix() |
char |
getQuoteChar() |
ReadState |
getReadState() |
IXmlSchemaInfo |
getSchemaInfo() |
XmlReaderSettings |
getSettings() |
java.lang.String |
getValue() |
NetType |
getValueType() |
java.lang.String |
getXmlLang() |
XmlSpace |
getXmlSpace() |
static boolean |
IsName(java.lang.String str) |
static boolean |
IsNameToken(java.lang.String str) |
boolean |
IsStartElement() |
boolean |
IsStartElement(java.lang.String name) |
boolean |
IsStartElement(java.lang.String localname,
java.lang.String ns) |
java.lang.String |
LookupNamespace(java.lang.String prefix) |
void |
MoveToAttribute(int i) |
boolean |
MoveToAttribute(java.lang.String name) |
boolean |
MoveToAttribute(java.lang.String name,
java.lang.String ns) |
XmlNodeType |
MoveToContent() |
boolean |
MoveToElement() |
boolean |
MoveToFirstAttribute() |
boolean |
MoveToNextAttribute() |
boolean |
Read() |
boolean |
ReadAttributeValue() |
NetObject |
ReadContentAs(NetType returnType,
IXmlNamespaceResolver namespaceResolver) |
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) |
boolean |
ReadContentAsBoolean() |
DateTime |
ReadContentAsDateTime() |
DateTimeOffset |
ReadContentAsDateTimeOffset() |
Decimal |
ReadContentAsDecimal() |
double |
ReadContentAsDouble() |
Single |
ReadContentAsFloat() |
int |
ReadContentAsInt() |
long |
ReadContentAsLong() |
NetObject |
ReadContentAsObject() |
java.lang.String |
ReadContentAsString() |
NetObject |
ReadElementContentAs(NetType returnType,
IXmlNamespaceResolver namespaceResolver) |
NetObject |
ReadElementContentAs(NetType returnType,
IXmlNamespaceResolver namespaceResolver,
java.lang.String localName,
java.lang.String namespaceURI) |
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) |
boolean |
ReadElementContentAsBoolean() |
boolean |
ReadElementContentAsBoolean(java.lang.String localName,
java.lang.String namespaceURI) |
DateTime |
ReadElementContentAsDateTime() |
DateTime |
ReadElementContentAsDateTime(java.lang.String localName,
java.lang.String namespaceURI) |
Decimal |
ReadElementContentAsDecimal() |
Decimal |
ReadElementContentAsDecimal(java.lang.String localName,
java.lang.String namespaceURI) |
double |
ReadElementContentAsDouble() |
double |
ReadElementContentAsDouble(java.lang.String localName,
java.lang.String namespaceURI) |
Single |
ReadElementContentAsFloat() |
Single |
ReadElementContentAsFloat(java.lang.String localName,
java.lang.String namespaceURI) |
int |
ReadElementContentAsInt() |
int |
ReadElementContentAsInt(java.lang.String localName,
java.lang.String namespaceURI) |
long |
ReadElementContentAsLong() |
long |
ReadElementContentAsLong(java.lang.String localName,
java.lang.String namespaceURI) |
NetObject |
ReadElementContentAsObject() |
NetObject |
ReadElementContentAsObject(java.lang.String localName,
java.lang.String namespaceURI) |
java.lang.String |
ReadElementContentAsString() |
java.lang.String |
ReadElementContentAsString(java.lang.String localName,
java.lang.String namespaceURI) |
java.lang.String |
ReadElementString() |
java.lang.String |
ReadElementString(java.lang.String name) |
java.lang.String |
ReadElementString(java.lang.String localname,
java.lang.String ns) |
void |
ReadEndElement() |
java.lang.String |
ReadInnerXml() |
java.lang.String |
ReadOuterXml() |
void |
ReadStartElement() |
void |
ReadStartElement(java.lang.String name) |
void |
ReadStartElement(java.lang.String localname,
java.lang.String ns) |
java.lang.String |
ReadString() |
XmlReader |
ReadSubtree() |
boolean |
ReadToDescendant(java.lang.String name) |
boolean |
ReadToDescendant(java.lang.String localName,
java.lang.String namespaceURI) |
boolean |
ReadToFollowing(java.lang.String name) |
boolean |
ReadToFollowing(java.lang.String localName,
java.lang.String namespaceURI) |
boolean |
ReadToNextSibling(java.lang.String name) |
boolean |
ReadToNextSibling(java.lang.String localName,
java.lang.String namespaceURI) |
int |
ReadValueChunk(char[] buffer,
int index,
int count) |
int |
ReadValueChunk(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
ResolveEntity() |
void |
setJCOInstance(JCObject instance) |
void |
Skip() |
Task |
SkipAsync() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlReader()
throws java.lang.Throwable
java.lang.Throwablepublic XmlReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlReader instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void Close()
throws java.lang.Throwable
java.lang.Throwablepublic static XmlReader Create(Stream input) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, XmlException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, FormatException, XmlSchemaException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionXmlSchemaExceptionpublic static XmlReader Create(Stream input, XmlReaderSettings settings) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, XmlException, MissingManifestResourceException, ArgumentOutOfRangeException, ConfigurationException, FormatException, XmlSchemaException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionXmlSchemaExceptionpublic static XmlReader Create(Stream input, XmlReaderSettings settings, java.lang.String baseUri) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, XmlException, MissingManifestResourceException, ConfigurationErrorsException, ConfigurationException, XmlSchemaException, MulticastNotSupportedException, FormatException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionXmlExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionConfigurationExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionpublic static XmlReader Create(Stream input, XmlReaderSettings settings, XmlParserContext inputContext) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, XmlException, MissingManifestResourceException, ConfigurationErrorsException, ConfigurationException, XmlSchemaException, MulticastNotSupportedException, FormatException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionXmlExceptionMissingManifestResourceExceptionConfigurationErrorsExceptionConfigurationExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionpublic static XmlReader Create(java.lang.String inputUri) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, NotSupportedException, IndexOutOfRangeException, XmlException, ThreadAbortException, TaskSchedulerException, ConfigurationException, FormatException, XmlSchemaException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionThreadAbortExceptionTaskSchedulerExceptionConfigurationExceptionFormatExceptionXmlSchemaExceptionpublic static XmlReader Create(java.lang.String inputUri, XmlReaderSettings settings) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, NotSupportedException, IndexOutOfRangeException, XmlException, ThreadAbortException, TaskSchedulerException, ConfigurationException, FormatException, XmlSchemaException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionThreadAbortExceptionTaskSchedulerExceptionConfigurationExceptionFormatExceptionXmlSchemaExceptionpublic static XmlReader Create(java.lang.String inputUri, XmlReaderSettings settings, XmlParserContext inputContext) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, NotSupportedException, XmlException, UriFormatException, PathTooLongException, OutOfMemoryException, ThreadAbortException, TaskSchedulerException, AggregateException, ConfigurationErrorsException, ConfigurationException, XmlSchemaException, MulticastNotSupportedException, FormatException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionNotSupportedExceptionXmlExceptionUriFormatExceptionPathTooLongExceptionOutOfMemoryExceptionThreadAbortExceptionTaskSchedulerExceptionAggregateExceptionConfigurationErrorsExceptionConfigurationExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionpublic static XmlReader Create(TextReader input) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ConfigurationException, FormatException, XmlSchemaException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionXmlSchemaExceptionpublic static XmlReader Create(TextReader input, XmlReaderSettings settings) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentException, ObjectDisposedException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, IndexOutOfRangeException, XmlException, ArgumentOutOfRangeException, ConfigurationException, FormatException, XmlSchemaException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentExceptionObjectDisposedExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionIndexOutOfRangeExceptionXmlExceptionArgumentOutOfRangeExceptionConfigurationExceptionFormatExceptionXmlSchemaExceptionpublic static XmlReader Create(TextReader input, XmlReaderSettings settings, java.lang.String baseUri) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, XmlException, ConfigurationErrorsException, ConfigurationException, XmlSchemaException, MulticastNotSupportedException, FormatException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionXmlExceptionConfigurationErrorsExceptionConfigurationExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionpublic static XmlReader Create(TextReader input, XmlReaderSettings settings, XmlParserContext inputContext) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, NotImplementedException, NotSupportedException, XmlException, ConfigurationErrorsException, ConfigurationException, XmlSchemaException, MulticastNotSupportedException, FormatException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionNotImplementedExceptionNotSupportedExceptionXmlExceptionConfigurationErrorsExceptionConfigurationExceptionXmlSchemaExceptionMulticastNotSupportedExceptionFormatExceptionpublic static XmlReader Create(XmlReader reader, XmlReaderSettings settings) throws java.lang.Throwable, InvalidOperationException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, ObjectDisposedException, IndexOutOfRangeException, SecurityException, UnauthorizedAccessException, IOException, MissingManifestResourceException, NotImplementedException, MulticastNotSupportedException, XmlSchemaException, NotSupportedException, FormatException
java.lang.ThrowableInvalidOperationExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionIndexOutOfRangeExceptionSecurityExceptionUnauthorizedAccessExceptionIOExceptionMissingManifestResourceExceptionNotImplementedExceptionMulticastNotSupportedExceptionXmlSchemaExceptionNotSupportedExceptionFormatExceptionpublic void Dispose()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetAttribute(int i)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetAttribute(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetAttribute(java.lang.String name,
java.lang.String namespaceURI)
throws java.lang.Throwable
java.lang.Throwablepublic int getAttributeCount()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getBaseURI()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanReadBinaryContent()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanReadValueChunk()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanResolveEntity()
throws java.lang.Throwable
java.lang.Throwablepublic int getDepth()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEOF()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasAttributes()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasValue()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsDefault()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getIsEmptyElement()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic java.lang.String getLocalName()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getName()
throws java.lang.Throwable,
IndexOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionpublic java.lang.String getNamespaceURI()
throws java.lang.Throwable
java.lang.Throwablepublic XmlNameTable getNameTable() throws java.lang.Throwable
java.lang.Throwablepublic XmlNodeType getNodeType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getPrefix()
throws java.lang.Throwable
java.lang.Throwablepublic char getQuoteChar()
throws java.lang.Throwable
java.lang.Throwablepublic ReadState getReadState() throws java.lang.Throwable
java.lang.Throwablepublic IXmlSchemaInfo getSchemaInfo() throws java.lang.Throwable
java.lang.Throwablepublic XmlReaderSettings getSettings() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getValue()
throws java.lang.Throwable
java.lang.Throwablepublic NetType getValueType() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getXmlLang()
throws java.lang.Throwable
java.lang.Throwablepublic XmlSpace getXmlSpace() throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsName(java.lang.String str)
throws java.lang.Throwable,
NullReferenceException
java.lang.ThrowableNullReferenceExceptionpublic static boolean IsNameToken(java.lang.String str)
throws java.lang.Throwable,
NullReferenceException
java.lang.ThrowableNullReferenceExceptionpublic boolean IsStartElement()
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsStartElement(java.lang.String name)
throws java.lang.Throwable,
IndexOutOfRangeException
java.lang.ThrowableIndexOutOfRangeExceptionpublic boolean IsStartElement(java.lang.String localname,
java.lang.String ns)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String LookupNamespace(java.lang.String prefix)
throws java.lang.Throwable
java.lang.Throwablepublic void MoveToAttribute(int i)
throws java.lang.Throwable,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic boolean MoveToAttribute(java.lang.String name)
throws java.lang.Throwable
java.lang.Throwablepublic boolean MoveToAttribute(java.lang.String name,
java.lang.String ns)
throws java.lang.Throwable
java.lang.Throwablepublic XmlNodeType MoveToContent() throws java.lang.Throwable
java.lang.Throwablepublic boolean MoveToElement()
throws java.lang.Throwable
java.lang.Throwablepublic boolean MoveToFirstAttribute()
throws java.lang.Throwable
java.lang.Throwablepublic boolean MoveToNextAttribute()
throws java.lang.Throwable
java.lang.Throwablepublic boolean Read()
throws java.lang.Throwable
java.lang.Throwablepublic boolean ReadAttributeValue()
throws java.lang.Throwable
java.lang.Throwablepublic NetObject ReadContentAs(NetType returnType, IXmlNamespaceResolver namespaceResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
public int ReadContentAsBase64(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int ReadContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int ReadContentAsBinHex(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int ReadContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic boolean ReadContentAsBoolean()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
XmlException
public DateTime ReadContentAsDateTime() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, InvalidTimeZoneException, OverflowException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionInvalidTimeZoneExceptionOverflowExceptionXmlExceptionpublic DateTimeOffset ReadContentAsDateTimeOffset() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, InvalidTimeZoneException, OverflowException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionInvalidTimeZoneExceptionOverflowExceptionXmlExceptionpublic Decimal ReadContentAsDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, OverflowException, XmlException
public double ReadContentAsDouble()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NullReferenceException,
FormatException,
OverflowException,
XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionXmlExceptionpublic Single ReadContentAsFloat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, FormatException, OverflowException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNullReferenceExceptionFormatExceptionOverflowExceptionXmlExceptionpublic int ReadContentAsInt()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OverflowException,
XmlException
public long ReadContentAsLong()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
OverflowException,
XmlException
public NetObject ReadContentAsObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public java.lang.String ReadContentAsString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public NetObject ReadElementContentAs(NetType returnType, IXmlNamespaceResolver namespaceResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException
public NetObject ReadElementContentAs(NetType returnType, IXmlNamespaceResolver namespaceResolver, java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
public int ReadElementContentAsBase64(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int ReadElementContentAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int ReadElementContentAsBinHex(byte[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic int ReadElementContentAsBinHex(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic boolean ReadElementContentAsBoolean()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
XmlException
public boolean ReadElementContentAsBoolean(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
FormatException
public DateTime ReadElementContentAsDateTime() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException, OverflowException
public DateTime ReadElementContentAsDateTime(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, FormatException, OverflowException
public Decimal ReadElementContentAsDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException, OverflowException
public Decimal ReadElementContentAsDecimal(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, FormatException, OverflowException
public double ReadElementContentAsDouble()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
XmlException,
NullReferenceException,
OverflowException
public double ReadElementContentAsDouble(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
NullReferenceException,
FormatException,
OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionpublic Single ReadElementContentAsFloat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException, NullReferenceException, OverflowException
public Single ReadElementContentAsFloat(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException, NullReferenceException, FormatException, OverflowException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionXmlExceptionNullReferenceExceptionFormatExceptionOverflowExceptionpublic int ReadElementContentAsInt()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
XmlException,
OverflowException
public int ReadElementContentAsInt(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
FormatException,
OverflowException
public long ReadElementContentAsLong()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
XmlException,
OverflowException
public long ReadElementContentAsLong(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException,
FormatException,
OverflowException
public NetObject ReadElementContentAsObject() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException
public NetObject ReadElementContentAsObject(java.lang.String localName, java.lang.String namespaceURI) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, XmlException
public java.lang.String ReadElementContentAsString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
XmlException
public java.lang.String ReadElementContentAsString(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
XmlException
public java.lang.String ReadElementString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public java.lang.String ReadElementString(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public java.lang.String ReadElementString(java.lang.String localname,
java.lang.String ns)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public void ReadEndElement()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public java.lang.String ReadInnerXml()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
XmlException
public java.lang.String ReadOuterXml()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
NotImplementedException,
NotSupportedException,
IndexOutOfRangeException,
ObjectDisposedException,
MissingManifestResourceException,
XmlException
public void ReadStartElement()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public void ReadStartElement(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public void ReadStartElement(java.lang.String localname,
java.lang.String ns)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException
public java.lang.String ReadString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public XmlReader ReadSubtree() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public boolean ReadToDescendant(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public boolean ReadToDescendant(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public boolean ReadToFollowing(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public boolean ReadToFollowing(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public boolean ReadToNextSibling(java.lang.String name)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public boolean ReadToNextSibling(java.lang.String localName,
java.lang.String namespaceURI)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public int ReadValueChunk(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public int ReadValueChunk(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void ResolveEntity()
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void Skip()
throws java.lang.Throwable
java.lang.Throwablepublic Task SkipAsync() throws java.lang.Throwable, ArgumentNullException, SecurityException, InvalidOperationException, NullReferenceException, ArgumentException
java.lang.ThrowableArgumentNullExceptionSecurityExceptionInvalidOperationExceptionNullReferenceExceptionArgumentException