Method |
Description |
|
CheckActualArrayLength ( int expectedLength, int actualLength, XmlDictionaryString itemName, XmlDictionaryString itemNamespace ) : void |
|
|
CheckExpectedArrayLength ( XmlObjectSerializerReadContext context, int arrayLength ) : void |
|
|
CreateInvalidPrimitiveTypeException ( Type type ) : Exception |
|
|
GetAttribute ( int i ) : string |
|
|
GetAttribute ( string name ) : string |
|
|
GetAttribute ( string name, string namespaceUri ) : string |
|
|
GetNamespacesInScope ( XmlNamespaceScope scope ) : string>.IDictionary |
|
|
HasLineInfo ( ) : bool |
|
|
IndexOfLocalName ( XmlDictionaryString localNames, XmlDictionaryString ns ) : int |
|
|
IsLocalName ( XmlDictionaryString localName ) : bool |
|
|
IsLocalName ( string localName ) : bool |
|
|
IsNamespaceURI ( string ns ) : bool |
|
|
IsNamespaceUri ( XmlDictionaryString ns ) : bool |
|
|
IsStartElement ( string localname, string ns ) : bool |
|
|
LookupNamespace ( string prefix ) : string |
|
|
MoveToAttribute ( string name ) : bool |
|
|
MoveToAttribute ( string name, string ns ) : bool |
|
|
MoveToAttribute ( int i ) : void |
|
|
MoveToContent ( ) : System.Xml.XmlNodeType |
|
|
MoveToElement ( ) : bool |
|
|
MoveToFirstAttribute ( ) : bool |
|
|
MoveToNextAttribute ( ) : bool |
|
|
ParseQualifiedName ( string str ) : XmlQualifiedName |
|
|
Read ( ) : bool |
|
|
ReadAttributeValue ( ) : bool |
|
|
ReadContentAsAnyType ( Type valueType ) : object |
|
|
ReadContentAsBase64 ( string str ) : byte[] |
|
|
ReadContentAsBoolean ( ) : bool |
|
|
ReadContentAsChar ( ) : char |
|
|
ReadContentAsDateTime ( ) : DateTime |
|
|
ReadContentAsDecimal ( ) : decimal |
|
|
ReadContentAsDouble ( ) : double |
|
|
ReadContentAsGuid ( ) : Guid |
|
|
ReadContentAsInt ( ) : int |
|
|
ReadContentAsLong ( ) : long |
|
|
ReadContentAsQName ( ) : XmlQualifiedName |
|
|
ReadContentAsShort ( ) : short |
|
|
ReadContentAsSignedByte ( ) : SByte |
|
|
ReadContentAsSingle ( ) : float |
|
|
ReadContentAsString ( ) : string |
|
|
ReadContentAsTimeSpan ( ) : TimeSpan |
|
|
ReadContentAsUnsignedByte ( ) : byte |
|
|
ReadContentAsUnsignedInt ( ) : UInt32 |
|
|
ReadContentAsUnsignedLong ( ) : UInt64 |
|
|
ReadContentAsUnsignedShort ( ) : UInt16 |
|
|
ReadContentAsUri ( ) : Uri |
|
|
ReadElementContentAsSignedByte ( ) : SByte |
|
|
ReadElementContentAsUnsignedInt ( ) : UInt32 |
|
|
ReadElementContentAsUnsignedLong ( ) : UInt64 |
|
|
ReadElementContentAsUnsignedShort ( ) : UInt16 |
|
|
ReadExtensionData ( Type valueType ) : IDataNode |
|
|
Skip ( ) : void |
|
|
ThrowConversionException ( string value, string type ) : void |
|
|
ThrowNotAtElement ( ) : void |
|
|
ToByte ( int value ) : byte |
|
|
ToChar ( int value ) : char |
|
|
ToSByte ( int value ) : SByte |
|
|
ToShort ( int value ) : short |
|
|
ToUInt16 ( int value ) : UInt16 |
|
|
ToUInt32 ( long value ) : UInt32 |
|
|
TryReadBooleanArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, bool &array ) : bool |
|
|
TryReadDateTimeArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, DateTime &array ) : bool |
|
|
TryReadDecimalArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, decimal &array ) : bool |
|
|
TryReadDoubleArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, double &array ) : bool |
|
|
TryReadInt32Array ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, int &array ) : bool |
|
|
TryReadInt64Array ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, long &array ) : bool |
|
|
TryReadSingleArray ( XmlObjectSerializerReadContext context, XmlDictionaryString itemName, XmlDictionaryString itemNamespace, int arrayLength, float &array ) : bool |
|
|