Package system.xml
Class XmlDictionaryReader
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.xml.XmlReader
-
- system.xml.XmlDictionaryReader
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
- Direct Known Subclasses:
DelegatingXmlDictionaryReader
public class XmlDictionaryReader extends XmlReader
The base .NET class managing System.Xml.XmlDictionaryReader, System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Xml.XmlDictionaryReader
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Runtime.Serializationstatic java.lang.String
className
Qualified class name: System.Xml.XmlDictionaryReaderstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description XmlDictionaryReader()
XmlDictionaryReader(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlDictionaryReader
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoXmlDictionaryReader
, 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 namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typevoid
GetNonAtomizedNames(JCORefOut localName, JCORefOut namespaceUri)
XmlDictionaryReaderQuotas
getQuotas()
int
IndexOfLocalName(java.lang.String[] localNames, java.lang.String namespaceUri)
int
IndexOfLocalName(JCORefOut dupParam0, java.lang.String dupParam1)
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, double[] 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 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 dupParam0, java.lang.String dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)
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, Guid[] 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, double[] array, int offset, int count)
int
ReadArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri, int[] array, int offset, int count)
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 dupParam0, XmlDictionaryString dupParam1, JCORefOut dupParam2, int dupParam3, int dupParam4)
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, Guid[] 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 stream, boolean includeComments, java.lang.String[] inclusivePrefixes)
void
StartCanonicalization(Stream dupParam0, boolean dupParam1, JCORefOut dupParam2)
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)
-
Methods inherited from class system.xml.XmlReader
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, SkipAsync
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Runtime.Serialization- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Xml.XmlDictionaryReader- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classXmlReader
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classXmlReader
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classXmlReader
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classXmlReader
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classXmlReader
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classXmlReader
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static XmlDictionaryReader cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoXmlDictionaryReader
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
XmlDictionaryReader
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
IsLocalName
public boolean IsLocalName(java.lang.String localName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsLocalName
public boolean IsLocalName(XmlDictionaryString localName) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
IsNamespaceUri
public boolean IsNamespaceUri(java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
IsNamespaceUri
public boolean IsNamespaceUri(XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
IsStartArray
public boolean IsStartArray(JCORefOut<NetType> type) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
IsStartElement
public boolean IsStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReadElementContentAsBoolean
public boolean ReadElementContentAsBoolean() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, XmlException
- Overrides:
ReadElementContentAsBoolean
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
FormatException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
TryGetArrayLength
public boolean TryGetArrayLength(JCORefOut<java.util.concurrent.atomic.AtomicInteger> count) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
TryGetBase64ContentLength
public boolean TryGetBase64ContentLength(JCORefOut<java.util.concurrent.atomic.AtomicInteger> length) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
TryGetLocalNameAsDictionaryString
public boolean TryGetLocalNameAsDictionaryString(JCORefOut<XmlDictionaryString> localName) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
TryGetNamespaceUriAsDictionaryString
public boolean TryGetNamespaceUriAsDictionaryString(JCORefOut<XmlDictionaryString> namespaceUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
TryGetValueAsDictionaryString
public boolean TryGetValueAsDictionaryString(JCORefOut<XmlDictionaryString> value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReadBooleanArray
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
-
ReadBooleanArray
public boolean[] ReadBooleanArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadContentAsBase64
public byte[] ReadContentAsBase64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
NotSupportedException
-
ReadContentAsBinHex
public byte[] ReadContentAsBinHex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NotSupportedException
-
ReadElementContentAsBase64
public byte[] ReadElementContentAsBase64() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotSupportedException
-
ReadElementContentAsBinHex
public byte[] ReadElementContentAsBinHex() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, NotSupportedException
-
ReadElementContentAsDouble
public double ReadElementContentAsDouble() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException, XmlException
- Overrides:
ReadElementContentAsDouble
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
NullReferenceException
FormatException
OverflowException
IndexOutOfRangeException
MulticastNotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
SecurityException
OutOfMemoryException
XmlException
-
ReadDoubleArray
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
-
ReadDoubleArray
public double[] ReadDoubleArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadInt16Array
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
-
ReadInt16Array
public short[] ReadInt16Array(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
IndexOfLocalName
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
-
IndexOfLocalName
public int IndexOfLocalName(JCORefOut dupParam0, java.lang.String dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
IndexOfLocalName
public int IndexOfLocalName(XmlDictionaryString[] localNames, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
ReadArray
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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
NullReferenceException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
NullReferenceException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadArray
public 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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadArray
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
-
ReadContentAsChars
public int ReadContentAsChars(char[] chars, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
ReadContentAsChars
public int ReadContentAsChars(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException
-
ReadElementContentAsInt
public int ReadElementContentAsInt() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, XmlException
- Overrides:
ReadElementContentAsInt
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
OverflowException
IndexOutOfRangeException
MulticastNotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
SecurityException
XmlException
-
ReadValueAsBase64
public int ReadValueAsBase64(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
ReadValueAsBase64
public int ReadValueAsBase64(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
ReadInt32Array
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
-
ReadInt32Array
public int[] ReadInt32Array(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadElementContentAsLong
public long ReadElementContentAsLong() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, XmlException
- Overrides:
ReadElementContentAsLong
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
OverflowException
IndexOutOfRangeException
MulticastNotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
SecurityException
XmlException
-
ReadInt64Array
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
-
ReadInt64Array
public long[] ReadInt64Array(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadContentAsFloat
public Single ReadContentAsFloat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, NullReferenceException, OverflowException, MulticastNotSupportedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException
- Overrides:
ReadContentAsFloat
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
NullReferenceException
OverflowException
MulticastNotSupportedException
ConfigurationErrorsException
SecurityException
OutOfMemoryException
-
ReadElementContentAsFloat
public Single ReadElementContentAsFloat() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, NullReferenceException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException, XmlException
- Overrides:
ReadElementContentAsFloat
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
NullReferenceException
FormatException
OverflowException
IndexOutOfRangeException
MulticastNotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
SecurityException
OutOfMemoryException
XmlException
-
ReadSingleArray
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
-
ReadSingleArray
public Single[] ReadSingleArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadElementContentAsDateTime
public DateTime ReadElementContentAsDateTime() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, TypeInitializationException, InvalidOperationException, FormatException, ArgumentException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NullReferenceException, IndexOutOfRangeException, OverflowException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, OutOfMemoryException, XmlException
- Overrides:
ReadElementContentAsDateTime
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
TypeInitializationException
InvalidOperationException
FormatException
ArgumentException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NullReferenceException
IndexOutOfRangeException
OverflowException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
OutOfMemoryException
XmlException
-
ReadDateTimeArray
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
-
ReadDateTimeArray
public DateTime[] ReadDateTimeArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadContentAsDecimal
public Decimal ReadContentAsDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OverflowException, MulticastNotSupportedException, ConfigurationErrorsException, SecurityException, OutOfMemoryException
- Overrides:
ReadContentAsDecimal
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
OverflowException
MulticastNotSupportedException
ConfigurationErrorsException
SecurityException
OutOfMemoryException
-
ReadElementContentAsDecimal
public Decimal ReadElementContentAsDecimal() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, OverflowException, IndexOutOfRangeException, MulticastNotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, ConfigurationErrorsException, SecurityException, XmlException
- Overrides:
ReadElementContentAsDecimal
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
OverflowException
IndexOutOfRangeException
MulticastNotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
SecurityException
XmlException
-
ReadDecimalArray
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
-
ReadDecimalArray
public Decimal[] ReadDecimalArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadContentAsGuid
public Guid ReadContentAsGuid() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
ReadElementContentAsGuid
public Guid ReadElementContentAsGuid() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, OverflowException, OutOfMemoryException, XmlException, FormatException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
OverflowException
OutOfMemoryException
XmlException
FormatException
-
ReadGuidArray
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
-
ReadGuidArray
public Guid[] ReadGuidArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadContentAs
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
- Overrides:
ReadContentAs
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
XmlException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
GetAttribute
public java.lang.String GetAttribute(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ReadContentAsString
public java.lang.String ReadContentAsString() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, InvalidOperationException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
- Overrides:
ReadContentAsString
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentOutOfRangeException
InvalidOperationException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
OutOfMemoryException
-
ReadContentAsString
public 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
-
ReadContentAsString
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
-
ReadElementContentAsString
public java.lang.String ReadElementContentAsString() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, XmlException, OutOfMemoryException
-
ReadString
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
- Overrides:
ReadString
in classXmlReader
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
ReadContentAsTimeSpan
public TimeSpan ReadContentAsTimeSpan() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
ReadElementContentAsTimeSpan
public TimeSpan ReadElementContentAsTimeSpan() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException, XmlException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
XmlException
-
ReadTimeSpanArray
public 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
-
ReadTimeSpanArray
public TimeSpan[] ReadTimeSpanArray(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, OutOfMemoryException
-
ReadContentAsUniqueId
public UniqueId ReadContentAsUniqueId() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
ReadElementContentAsUniqueId
public UniqueId ReadElementContentAsUniqueId() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, MulticastNotSupportedException, ArgumentNullException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, XmlException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
MulticastNotSupportedException
ArgumentNullException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
XmlException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, int dupParam1, int dupParam2, IXmlDictionary dupParam3, XmlDictionaryReaderQuotas dupParam4) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException
-
CreateBinaryReader
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
-
CreateBinaryReader
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
-
CreateBinaryReader
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
-
CreateBinaryReader
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
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, int dupParam1, int dupParam2, XmlDictionaryReaderQuotas dupParam3) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, ArgumentOutOfRangeException, IndexOutOfRangeException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
ArgumentOutOfRangeException
IndexOutOfRangeException
FormatException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(byte[] buffer, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(JCORefOut dupParam0, XmlDictionaryReaderQuotas dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
OutOfMemoryException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(Stream stream, IXmlDictionary dictionary, XmlDictionaryReaderQuotas quotas, XmlBinaryReaderSession session, OnXmlDictionaryReaderClose onClose) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
OutOfMemoryException
-
CreateBinaryReader
public static XmlDictionaryReader CreateBinaryReader(Stream stream, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException
- Throws:
java.lang.Throwable
ArgumentNullException
MissingManifestResourceException
-
CreateDictionaryReader
public static XmlDictionaryReader CreateDictionaryReader(XmlReader reader) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
KeyNotFoundException
CultureNotFoundException
NotSupportedException
UriFormatException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
OutOfMemoryException
KeyNotFoundException
CultureNotFoundException
NotSupportedException
UriFormatException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
MissingManifestResourceException
OutOfMemoryException
NotImplementedException
KeyNotFoundException
NotSupportedException
UriFormatException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
IndexOutOfRangeException
MissingManifestResourceException
OutOfMemoryException
NotImplementedException
KeyNotFoundException
NotSupportedException
UriFormatException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
CultureNotFoundException
NotSupportedException
UriFormatException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
ArgumentException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
CultureNotFoundException
NotSupportedException
UriFormatException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
CultureNotFoundException
NotSupportedException
UriFormatException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
OutOfMemoryException
NotImplementedException
ArgumentOutOfRangeException
KeyNotFoundException
NotSupportedException
UriFormatException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
CultureNotFoundException
NotSupportedException
UriFormatException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateMtomReader
public 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
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
OutOfMemoryException
ArgumentOutOfRangeException
KeyNotFoundException
CultureNotFoundException
NotSupportedException
UriFormatException
InvalidOperationException
ConfigurationErrorsException
NullReferenceException
UnauthorizedAccessException
-
CreateTextReader
public 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
-
CreateTextReader
public 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
-
CreateTextReader
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
-
CreateTextReader
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
-
CreateTextReader
public static XmlDictionaryReader CreateTextReader(byte[] buffer, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateTextReader
public static XmlDictionaryReader CreateTextReader(JCORefOut dupParam0, XmlDictionaryReaderQuotas dupParam1) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, OverflowException, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentException
IndexOutOfRangeException
ArgumentNullException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
OverflowException
OutOfMemoryException
NotSupportedException
-
CreateTextReader
public 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
-
CreateTextReader
public static XmlDictionaryReader CreateTextReader(Stream stream, XmlDictionaryReaderQuotas quotas) throws java.lang.Throwable, ArgumentException, ArgumentNullException, OutOfMemoryException, ArgumentOutOfRangeException, ObjectDisposedException, InvalidOperationException, NotSupportedException, IndexOutOfRangeException, CultureNotFoundException, XmlException
-
EndCanonicalization
public void EndCanonicalization() throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
GetNonAtomizedNames
public void GetNonAtomizedNames(JCORefOut localName, JCORefOut namespaceUri) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
MoveToStartElement
public void MoveToStartElement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
-
MoveToStartElement
public void MoveToStartElement(java.lang.String name) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException
-
MoveToStartElement
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
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
OutOfMemoryException
-
MoveToStartElement
public void MoveToStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
ReadContentAsQualifiedName
public void ReadContentAsQualifiedName(JCORefOut localName, JCORefOut namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, MulticastNotSupportedException, ConfigurationErrorsException, OverflowException, SecurityException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
MulticastNotSupportedException
ConfigurationErrorsException
OverflowException
SecurityException
OutOfMemoryException
-
ReadFullStartElement
public void ReadFullStartElement() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
ReadFullStartElement
public void ReadFullStartElement(java.lang.String name) throws java.lang.Throwable, IndexOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
ReadFullStartElement
public void ReadFullStartElement(java.lang.String localName, java.lang.String namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, OutOfMemoryException
-
ReadFullStartElement
public void ReadFullStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
ReadStartElement
public void ReadStartElement(XmlDictionaryString localName, XmlDictionaryString namespaceUri) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, OutOfMemoryException
-
StartCanonicalization
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
-
StartCanonicalization
public void StartCanonicalization(Stream dupParam0, boolean dupParam1, JCORefOut dupParam2) throws java.lang.Throwable, ArgumentException, IndexOutOfRangeException, ArgumentNullException, ArgumentOutOfRangeException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, OverflowException, OutOfMemoryException
-
getCanCanonicalize
public boolean getCanCanonicalize() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getQuotas
public XmlDictionaryReaderQuotas getQuotas() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-