public class XmlDictionaryReader extends XmlReader
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlDictionaryReader
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.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Runtime.Serialization
|
static java.lang.String |
className
Qualified class name: System.Xml.XmlDictionaryReader
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
XmlDictionaryReader() |
XmlDictionaryReader(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static XmlDictionaryReader |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into XmlDictionaryReader, a cast assert is made to check if types are compatible. |
static XmlDictionaryReader |
CreateBinaryReader(byte[] buffer,
int offset,
int count,
IXmlDictionary dictionary,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateBinaryReader(byte[] buffer,
int offset,
int count,
IXmlDictionary dictionary,
XmlDictionaryReaderQuotas quotas,
XmlBinaryReaderSession session) |
static XmlDictionaryReader |
CreateBinaryReader(byte[] buffer,
int offset,
int count,
IXmlDictionary dictionary,
XmlDictionaryReaderQuotas quotas,
XmlBinaryReaderSession session,
OnXmlDictionaryReaderClose onClose) |
static XmlDictionaryReader |
CreateBinaryReader(byte[] buffer,
int offset,
int count,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateBinaryReader(byte[] buffer,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateBinaryReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
IXmlDictionary dupParam3,
XmlDictionaryReaderQuotas dupParam4) |
static XmlDictionaryReader |
CreateBinaryReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
IXmlDictionary dupParam3,
XmlDictionaryReaderQuotas dupParam4,
XmlBinaryReaderSession dupParam5) |
static XmlDictionaryReader |
CreateBinaryReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
IXmlDictionary dupParam3,
XmlDictionaryReaderQuotas dupParam4,
XmlBinaryReaderSession dupParam5,
OnXmlDictionaryReaderClose dupParam6) |
static XmlDictionaryReader |
CreateBinaryReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
XmlDictionaryReaderQuotas dupParam3) |
static XmlDictionaryReader |
CreateBinaryReader(JCORefOut dupParam0,
XmlDictionaryReaderQuotas dupParam1) |
static XmlDictionaryReader |
CreateBinaryReader(Stream stream,
IXmlDictionary dictionary,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateBinaryReader(Stream stream,
IXmlDictionary dictionary,
XmlDictionaryReaderQuotas quotas,
XmlBinaryReaderSession session) |
static XmlDictionaryReader |
CreateBinaryReader(Stream stream,
IXmlDictionary dictionary,
XmlDictionaryReaderQuotas quotas,
XmlBinaryReaderSession session,
OnXmlDictionaryReaderClose onClose) |
static XmlDictionaryReader |
CreateBinaryReader(Stream stream,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateDictionaryReader(XmlReader reader) |
static XmlDictionaryReader |
CreateMtomReader(byte[] buffer,
int offset,
int count,
Encoding[] encodings,
java.lang.String contentType,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateMtomReader(byte[] buffer,
int offset,
int count,
Encoding[] encodings,
java.lang.String contentType,
XmlDictionaryReaderQuotas quotas,
int maxBufferSize,
OnXmlDictionaryReaderClose onClose) |
static XmlDictionaryReader |
CreateMtomReader(byte[] buffer,
int offset,
int count,
Encoding[] encodings,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateMtomReader(byte[] buffer,
int offset,
int count,
Encoding encoding,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateMtomReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
Encoding[] dupParam3,
java.lang.String dupParam4,
XmlDictionaryReaderQuotas dupParam5) |
static XmlDictionaryReader |
CreateMtomReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
Encoding[] dupParam3,
java.lang.String dupParam4,
XmlDictionaryReaderQuotas dupParam5,
int dupParam6,
OnXmlDictionaryReaderClose dupParam7) |
static XmlDictionaryReader |
CreateMtomReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
Encoding[] dupParam3,
XmlDictionaryReaderQuotas dupParam4) |
static XmlDictionaryReader |
CreateMtomReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
Encoding dupParam3,
XmlDictionaryReaderQuotas dupParam4) |
static XmlDictionaryReader |
CreateMtomReader(Stream stream,
Encoding[] encodings,
java.lang.String contentType,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateMtomReader(Stream stream,
Encoding[] encodings,
java.lang.String contentType,
XmlDictionaryReaderQuotas quotas,
int maxBufferSize,
OnXmlDictionaryReaderClose onClose) |
static XmlDictionaryReader |
CreateMtomReader(Stream stream,
Encoding[] encodings,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateMtomReader(Stream stream,
Encoding encoding,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateTextReader(byte[] buffer,
int offset,
int count,
Encoding encoding,
XmlDictionaryReaderQuotas quotas,
OnXmlDictionaryReaderClose onClose) |
static XmlDictionaryReader |
CreateTextReader(byte[] buffer,
int offset,
int count,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateTextReader(byte[] buffer,
XmlDictionaryReaderQuotas quotas) |
static XmlDictionaryReader |
CreateTextReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
Encoding dupParam3,
XmlDictionaryReaderQuotas dupParam4,
OnXmlDictionaryReaderClose dupParam5) |
static XmlDictionaryReader |
CreateTextReader(JCORefOut dupParam0,
int dupParam1,
int dupParam2,
XmlDictionaryReaderQuotas dupParam3) |
static XmlDictionaryReader |
CreateTextReader(JCORefOut dupParam0,
XmlDictionaryReaderQuotas dupParam1) |
static XmlDictionaryReader |
CreateTextReader(Stream stream,
Encoding encoding,
XmlDictionaryReaderQuotas quotas,
OnXmlDictionaryReaderClose onClose) |
static XmlDictionaryReader |
CreateTextReader(Stream stream,
XmlDictionaryReaderQuotas quotas) |
void |
EndCanonicalization() |
java.lang.String |
GetAttribute(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
boolean |
getCanCanonicalize() |
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
|
void |
GetNonAtomizedNames(JCORefOut localName,
JCORefOut namespaceUri) |
XmlDictionaryReaderQuotas |
getQuotas() |
int |
IndexOfLocalName(JCORefOut dupParam0,
java.lang.String dupParam1) |
int |
IndexOfLocalName(java.lang.String[] localNames,
java.lang.String namespaceUri) |
int |
IndexOfLocalName(XmlDictionaryString[] localNames,
XmlDictionaryString namespaceUri) |
boolean |
IsLocalName(java.lang.String localName) |
boolean |
IsLocalName(XmlDictionaryString localName) |
boolean |
IsNamespaceUri(java.lang.String namespaceUri) |
boolean |
IsNamespaceUri(XmlDictionaryString namespaceUri) |
boolean |
IsStartArray(JCORefOut<NetType> type) |
boolean |
IsStartElement(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
void |
MoveToStartElement() |
void |
MoveToStartElement(java.lang.String name) |
void |
MoveToStartElement(java.lang.String localName,
java.lang.String namespaceUri) |
void |
MoveToStartElement(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
boolean[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
DateTime[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
Decimal[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
double[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
Guid[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
int[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
long[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
short[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
Single[] array,
int offset,
int count) |
int |
ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
TimeSpan[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
boolean[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
DateTime[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
Decimal[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
double[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
Guid[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
int[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString dupParam0,
XmlDictionaryString dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
long[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
short[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
Single[] array,
int offset,
int count) |
int |
ReadArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri,
TimeSpan[] array,
int offset,
int count) |
boolean[] |
ReadBooleanArray(java.lang.String localName,
java.lang.String namespaceUri) |
boolean[] |
ReadBooleanArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
NetObject |
ReadContentAs(NetType type,
IXmlNamespaceResolver namespaceResolver) |
byte[] |
ReadContentAsBase64() |
byte[] |
ReadContentAsBinHex() |
int |
ReadContentAsChars(char[] chars,
int offset,
int count) |
int |
ReadContentAsChars(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
Decimal |
ReadContentAsDecimal() |
Single |
ReadContentAsFloat() |
Guid |
ReadContentAsGuid() |
void |
ReadContentAsQualifiedName(JCORefOut localName,
JCORefOut namespaceUri) |
java.lang.String |
ReadContentAsString() |
java.lang.String |
ReadContentAsString(java.lang.String[] strings,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> index) |
java.lang.String |
ReadContentAsString(XmlDictionaryString[] strings,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> index) |
TimeSpan |
ReadContentAsTimeSpan() |
UniqueId |
ReadContentAsUniqueId() |
DateTime[] |
ReadDateTimeArray(java.lang.String localName,
java.lang.String namespaceUri) |
DateTime[] |
ReadDateTimeArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
Decimal[] |
ReadDecimalArray(java.lang.String localName,
java.lang.String namespaceUri) |
Decimal[] |
ReadDecimalArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
double[] |
ReadDoubleArray(java.lang.String localName,
java.lang.String namespaceUri) |
double[] |
ReadDoubleArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
byte[] |
ReadElementContentAsBase64() |
byte[] |
ReadElementContentAsBinHex() |
boolean |
ReadElementContentAsBoolean() |
DateTime |
ReadElementContentAsDateTime() |
Decimal |
ReadElementContentAsDecimal() |
double |
ReadElementContentAsDouble() |
Single |
ReadElementContentAsFloat() |
Guid |
ReadElementContentAsGuid() |
int |
ReadElementContentAsInt() |
long |
ReadElementContentAsLong() |
java.lang.String |
ReadElementContentAsString() |
TimeSpan |
ReadElementContentAsTimeSpan() |
UniqueId |
ReadElementContentAsUniqueId() |
void |
ReadFullStartElement() |
void |
ReadFullStartElement(java.lang.String name) |
void |
ReadFullStartElement(java.lang.String localName,
java.lang.String namespaceUri) |
void |
ReadFullStartElement(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
Guid[] |
ReadGuidArray(java.lang.String localName,
java.lang.String namespaceUri) |
Guid[] |
ReadGuidArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
short[] |
ReadInt16Array(java.lang.String localName,
java.lang.String namespaceUri) |
short[] |
ReadInt16Array(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
int[] |
ReadInt32Array(java.lang.String localName,
java.lang.String namespaceUri) |
int[] |
ReadInt32Array(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
long[] |
ReadInt64Array(java.lang.String localName,
java.lang.String namespaceUri) |
long[] |
ReadInt64Array(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
Single[] |
ReadSingleArray(java.lang.String localName,
java.lang.String namespaceUri) |
Single[] |
ReadSingleArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
void |
ReadStartElement(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
java.lang.String |
ReadString() |
TimeSpan[] |
ReadTimeSpanArray(java.lang.String localName,
java.lang.String namespaceUri) |
TimeSpan[] |
ReadTimeSpanArray(XmlDictionaryString localName,
XmlDictionaryString namespaceUri) |
int |
ReadValueAsBase64(byte[] buffer,
int offset,
int count) |
int |
ReadValueAsBase64(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
setJCOInstance(JCObject instance) |
void |
StartCanonicalization(Stream dupParam0,
boolean dupParam1,
JCORefOut dupParam2) |
void |
StartCanonicalization(Stream stream,
boolean includeComments,
java.lang.String[] inclusivePrefixes) |
boolean |
TryGetArrayLength(JCORefOut<java.util.concurrent.atomic.AtomicInteger> count) |
boolean |
TryGetBase64ContentLength(JCORefOut<java.util.concurrent.atomic.AtomicInteger> length) |
boolean |
TryGetLocalNameAsDictionaryString(JCORefOut<XmlDictionaryString> localName) |
boolean |
TryGetNamespaceUriAsDictionaryString(JCORefOut<XmlDictionaryString> namespaceUri) |
boolean |
TryGetValueAsDictionaryString(JCORefOut<XmlDictionaryString> value) |
close, Close, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Create, Dispose, GetAttribute, GetAttribute, GetAttribute, 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, LookupNamespace, MoveToAttribute, MoveToAttribute, MoveToAttribute, MoveToContent, MoveToElement, MoveToFirstAttribute, MoveToNextAttribute, Read, ReadAttributeValue, ReadContentAsBase64, ReadContentAsBase64, ReadContentAsBinHex, ReadContentAsBinHex, ReadContentAsBoolean, ReadContentAsDateTime, ReadContentAsDateTimeOffset, ReadContentAsDouble, ReadContentAsInt, ReadContentAsLong, ReadContentAsObject, ReadElementContentAs, ReadElementContentAs, ReadElementContentAsBase64, ReadElementContentAsBase64, ReadElementContentAsBinHex, ReadElementContentAsBinHex, ReadElementContentAsBoolean, ReadElementContentAsDateTime, ReadElementContentAsDecimal, ReadElementContentAsDouble, ReadElementContentAsFloat, ReadElementContentAsInt, ReadElementContentAsLong, ReadElementContentAsObject, ReadElementContentAsObject, ReadElementContentAsString, ReadElementString, ReadElementString, ReadElementString, ReadEndElement, ReadInnerXml, ReadOuterXml, ReadStartElement, ReadStartElement, ReadStartElement, ReadSubtree, ReadToDescendant, ReadToDescendant, ReadToFollowing, ReadToFollowing, ReadToNextSibling, ReadToNextSibling, ReadValueChunk, ReadValueChunk, ResolveEntity, Skip, SkipAsyncpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public XmlDictionaryReader()
throws java.lang.Throwable
java.lang.Throwablepublic XmlDictionaryReader(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static XmlDictionaryReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into XmlDictionaryReader, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedXmlDictionaryReader instancejava.lang.Throwable - in case of error during cast operationpublic static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException
public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, CultureNotFoundException
public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionpublic static XmlDictionaryReader CreateBinaryReader(byte[] buffer, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, int dupParam1, int dupParam2, IXmlDictionary dupParam3, XmlDictionaryReaderQuotas dupParam4) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, int dupParam1, int dupParam2, IXmlDictionary dupParam3, XmlDictionaryReaderQuotas dupParam4, XmlBinaryReaderSession dupParam5) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, int dupParam1, int dupParam2, IXmlDictionary dupParam3, XmlDictionaryReaderQuotas dupParam4, XmlBinaryReaderSession dupParam5, OnXmlDictionaryReaderClose dupParam6) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, CultureNotFoundException
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, int dupParam1, int dupParam2, XmlDictionaryReaderQuotas dupParam3) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionpublic static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, XmlDictionaryReaderQuotas dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionpublic static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionpublic static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionOutOfMemoryExceptionpublic static XmlDictionaryReader CreateBinaryReader(Stream stream, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException
java.lang.ThrowableArgumentNullExceptionMissingManifestResourceExceptionpublic static XmlDictionaryReader CreateDictionaryReader(XmlReader reader) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public static XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, Encoding[] encodings, java.lang.String contentType, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, KeyNotFoundException, CultureNotFoundException, NotSupportedException, UriFormatException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionKeyNotFoundExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, Encoding[] encodings, java.lang.String contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, NotImplementedException, KeyNotFoundException, NotSupportedException, UriFormatException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotImplementedExceptionKeyNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, Encoding[] encodings, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException, NotSupportedException, UriFormatException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(JCORefOut dupParam0, int dupParam1, int dupParam2, Encoding[] dupParam3, java.lang.String dupParam4, XmlDictionaryReaderQuotas dupParam5) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, OutOfMemoryException, KeyNotFoundException, CultureNotFoundException, NotSupportedException, UriFormatException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionOutOfMemoryExceptionKeyNotFoundExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(JCORefOut dupParam0, int dupParam1, int dupParam2, Encoding[] dupParam3, java.lang.String dupParam4, XmlDictionaryReaderQuotas dupParam5, int dupParam6, OnXmlDictionaryReaderClose dupParam7) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, IndexOutOfRangeException, MissingManifestResourceException, OutOfMemoryException, NotImplementedException, KeyNotFoundException, NotSupportedException, UriFormatException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotImplementedExceptionKeyNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(JCORefOut dupParam0, int dupParam1, int dupParam2, Encoding[] dupParam3, XmlDictionaryReaderQuotas dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, CultureNotFoundException, NotSupportedException, UriFormatException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(JCORefOut dupParam0, int dupParam1, int dupParam2, Encoding dupParam3, XmlDictionaryReaderQuotas dupParam4) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(Stream stream, Encoding[] encodings, java.lang.String contentType, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, NotImplementedException, ArgumentOutOfRangeException, KeyNotFoundException, NotSupportedException, UriFormatException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionOutOfMemoryExceptionNotImplementedExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(Stream stream, Encoding[] encodings, java.lang.String contentType, XmlDictionaryReaderQuotas quotas, int maxBufferSize, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, CultureNotFoundException, NotSupportedException, UriFormatException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(Stream stream, Encoding[] encodings, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, KeyNotFoundException, CultureNotFoundException, NotSupportedException, UriFormatException, InvalidOperationException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionOutOfMemoryExceptionArgumentOutOfRangeExceptionKeyNotFoundExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionInvalidOperationExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateMtomReader(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, CultureNotFoundException, NotSupportedException, UriFormatException, ConfigurationErrorsException, NullReferenceException, UnauthorizedAccessException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionCultureNotFoundExceptionNotSupportedExceptionUriFormatExceptionConfigurationErrorsExceptionNullReferenceExceptionUnauthorizedAccessExceptionpublic static XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public static XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException
public static XmlDictionaryReader CreateTextReader(byte[] buffer, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionpublic static XmlDictionaryReader CreateTextReader(JCORefOut dupParam0, int dupParam1, int dupParam2, Encoding dupParam3, XmlDictionaryReaderQuotas dupParam4, OnXmlDictionaryReaderClose dupParam5) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, NotSupportedException
public static XmlDictionaryReader CreateTextReader(JCORefOut dupParam0, int dupParam1, int dupParam2, XmlDictionaryReaderQuotas dupParam3) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, IndexOutOfRangeException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException
public static XmlDictionaryReader CreateTextReader(JCORefOut dupParam0, XmlDictionaryReaderQuotas dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionNotSupportedExceptionpublic static XmlDictionaryReader CreateTextReader(Stream stream, Encoding encoding, XmlDictionaryReaderQuotas quotas, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, NotSupportedException, CultureNotFoundException, XmlException
public static XmlDictionaryReader CreateTextReader(Stream stream, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, CultureNotFoundException, XmlException
public void EndCanonicalization()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public java.lang.String GetAttribute(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable
java.lang.Throwablepublic boolean getCanCanonicalize()
throws java.lang.Throwable
java.lang.Throwablepublic 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 void GetNonAtomizedNames(JCORefOut localName, JCORefOut namespaceUri) throws java.lang.Throwable
java.lang.Throwablepublic XmlDictionaryReaderQuotas getQuotas() throws java.lang.Throwable
java.lang.Throwablepublic int IndexOfLocalName(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public int IndexOfLocalName(java.lang.String[] localNames,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public int IndexOfLocalName(XmlDictionaryString[] localNames, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public boolean IsLocalName(java.lang.String localName)
throws java.lang.Throwable
java.lang.Throwablepublic boolean IsLocalName(XmlDictionaryString localName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public boolean IsNamespaceUri(java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public boolean IsNamespaceUri(XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public boolean IsStartArray(JCORefOut<NetType> type) throws java.lang.Throwable
java.lang.Throwablepublic boolean IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable
java.lang.Throwablepublic void MoveToStartElement()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException
public void MoveToStartElement(java.lang.String name)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException
public void MoveToStartElement(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
MulticastNotSupportedException,
ConfigurationErrorsException,
OverflowException,
OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionOutOfMemoryExceptionpublic void MoveToStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
public int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
boolean[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
DateTime[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
Decimal[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
double[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException,
NullReferenceException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionNullReferenceExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
Guid[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
int[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String dupParam0,
java.lang.String dupParam1,
JCORefOut dupParam2,
int dupParam3,
int dupParam4)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
long[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
short[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
Single[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException,
NullReferenceException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionNullReferenceExceptionpublic int ReadArray(java.lang.String localName,
java.lang.String namespaceUri,
TimeSpan[] array,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ConfigurationErrorsException,
ArgumentOutOfRangeException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, boolean[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, DateTime[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, Decimal[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, double[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException, NullReferenceException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, Guid[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, int[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString dupParam0, XmlDictionaryString dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, long[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, short[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException, TypeInitializationException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, Single[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException, NullReferenceException
public int ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, TimeSpan[] array, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
public boolean[] ReadBooleanArray(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public boolean[] ReadBooleanArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public NetObject ReadContentAs(NetType type, IXmlNamespaceResolver namespaceResolver) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, XmlException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
ReadContentAs in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionXmlExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic byte[] ReadContentAsBase64()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException,
NotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionNotSupportedExceptionpublic byte[] ReadContentAsBinHex()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
NotSupportedException
public int ReadContentAsChars(char[] chars,
int offset,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
NotSupportedException
public int ReadContentAsChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
public Decimal ReadContentAsDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, MulticastNotSupportedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException
ReadContentAsDecimal in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionOverflowExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionOutOfMemoryExceptionpublic Single ReadContentAsFloat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NullReferenceException, OverflowException, MulticastNotSupportedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException
ReadContentAsFloat in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionNullReferenceExceptionOverflowExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionSecurityExceptionOutOfMemoryExceptionpublic Guid ReadContentAsGuid() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic void ReadContentAsQualifiedName(JCORefOut localName, JCORefOut namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic java.lang.String ReadContentAsString()
throws java.lang.Throwable,
ArgumentNullException,
FormatException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
ReadContentAsString in class XmlReaderjava.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionpublic java.lang.String ReadContentAsString(java.lang.String[] strings,
JCORefOut<java.util.concurrent.atomic.AtomicInteger> index)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
FormatException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
OverflowException,
OutOfMemoryException
public java.lang.String ReadContentAsString(XmlDictionaryString[] strings, JCORefOut<java.util.concurrent.atomic.AtomicInteger> index) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
public TimeSpan ReadContentAsTimeSpan() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic UniqueId ReadContentAsUniqueId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
public DateTime[] ReadDateTimeArray(java.lang.String localName, java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public DateTime[] ReadDateTimeArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public Decimal[] ReadDecimalArray(java.lang.String localName, java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public Decimal[] ReadDecimalArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public double[] ReadDoubleArray(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public double[] ReadDoubleArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public byte[] ReadElementContentAsBase64()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException,
NotSupportedException
public byte[] ReadElementContentAsBinHex()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException,
NotSupportedException
public boolean ReadElementContentAsBoolean()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
FormatException,
MulticastNotSupportedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException,
XmlException
ReadElementContentAsBoolean in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic DateTime ReadElementContentAsDateTime() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NullReferenceException, IndexOutOfRangeException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, XmlException
ReadElementContentAsDateTime in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionTypeInitializationExceptionInvalidOperationExceptionFormatExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNullReferenceExceptionIndexOutOfRangeExceptionOverflowExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionOutOfMemoryExceptionXmlExceptionpublic Decimal ReadElementContentAsDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, XmlException
ReadElementContentAsDecimal in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionSecurityExceptionXmlExceptionpublic double ReadElementContentAsDouble()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
NullReferenceException,
FormatException,
OverflowException,
IndexOutOfRangeException,
MulticastNotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
SecurityException,
OutOfMemoryException,
XmlException
ReadElementContentAsDouble in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic Single ReadElementContentAsFloat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException, XmlException
ReadElementContentAsFloat in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNullReferenceExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic Guid ReadElementContentAsGuid() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, OutOfMemoryException, XmlException, FormatException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionOverflowExceptionOutOfMemoryExceptionXmlExceptionFormatExceptionpublic int ReadElementContentAsInt()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException,
IndexOutOfRangeException,
MulticastNotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
SecurityException,
XmlException
ReadElementContentAsInt in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionSecurityExceptionXmlExceptionpublic long ReadElementContentAsLong()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
ArgumentOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException,
IndexOutOfRangeException,
MulticastNotSupportedException,
NotImplementedException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
SecurityException,
XmlException
ReadElementContentAsLong in class XmlReaderjava.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionNotImplementedExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionSecurityExceptionXmlExceptionpublic java.lang.String ReadElementContentAsString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
XmlException,
OutOfMemoryException
public TimeSpan ReadElementContentAsTimeSpan() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionFormatExceptionMulticastNotSupportedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionXmlExceptionpublic UniqueId ReadElementContentAsUniqueId() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
java.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionFormatExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionConfigurationErrorsExceptionArgumentOutOfRangeExceptionOverflowExceptionOutOfMemoryExceptionXmlExceptionpublic void ReadFullStartElement()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException
public void ReadFullStartElement(java.lang.String name)
throws java.lang.Throwable,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException
public void ReadFullStartElement(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException,
OutOfMemoryException
public void ReadFullStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
public Guid[] ReadGuidArray(java.lang.String localName, java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public Guid[] ReadGuidArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public short[] ReadInt16Array(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public short[] ReadInt16Array(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public int[] ReadInt32Array(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public int[] ReadInt32Array(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public long[] ReadInt64Array(java.lang.String localName,
java.lang.String namespaceUri)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
OutOfMemoryException
public long[] ReadInt64Array(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public Single[] ReadSingleArray(java.lang.String localName, java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public Single[] ReadSingleArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public void ReadStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
public java.lang.String ReadString()
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
MulticastNotSupportedException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
ConfigurationErrorsException,
OverflowException,
SecurityException,
OutOfMemoryException
ReadString in class XmlReaderjava.lang.ThrowableArgumentExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionConfigurationErrorsExceptionOverflowExceptionSecurityExceptionOutOfMemoryExceptionpublic TimeSpan[] ReadTimeSpanArray(java.lang.String localName, java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public TimeSpan[] ReadTimeSpanArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
public int ReadValueAsBase64(byte[] buffer,
int offset,
int count)
throws java.lang.Throwable,
ArgumentException,
IndexOutOfRangeException,
ArgumentNullException,
ArgumentOutOfRangeException,
FormatException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
OverflowException,
OutOfMemoryException
public int ReadValueAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void setJCOInstance(JCObject instance)
setJCOInstance in class XmlReaderpublic void StartCanonicalization(Stream dupParam0, boolean dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public void StartCanonicalization(Stream stream, boolean includeComments, java.lang.String[] inclusivePrefixes) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
public boolean TryGetArrayLength(JCORefOut<java.util.concurrent.atomic.AtomicInteger> count) throws java.lang.Throwable
java.lang.Throwablepublic boolean TryGetBase64ContentLength(JCORefOut<java.util.concurrent.atomic.AtomicInteger> length) throws java.lang.Throwable
java.lang.Throwablepublic boolean TryGetLocalNameAsDictionaryString(JCORefOut<XmlDictionaryString> localName) throws java.lang.Throwable
java.lang.Throwablepublic boolean TryGetNamespaceUriAsDictionaryString(JCORefOut<XmlDictionaryString> namespaceUri) throws java.lang.Throwable
java.lang.Throwablepublic boolean TryGetValueAsDictionaryString(JCORefOut<XmlDictionaryString> value) throws java.lang.Throwable
java.lang.Throwable