Метод | Описание | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceURI ) : string | ||
GetValueAsync ( ) : Task |
||
HasLineInfo ( ) : bool | ||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string name, string ns ) : bool | ||
MoveToAttribute ( int i ) : void | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAsync ( ) : Task |
||
ReadAttributeValue ( ) : bool | ||
ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object | ||
ReadContentAsAsync ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : Task | ||
ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
ReadContentAsBase64Async ( byte buffer, int index, int count ) : Task |
||
ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
ReadContentAsBinHexAsync ( byte buffer, int index, int count ) : Task |
||
ReadContentAsBoolean ( ) : bool | ||
ReadContentAsDateTime ( ) : DateTime | ||
ReadContentAsDecimal ( ) : decimal | ||
ReadContentAsDouble ( ) : double | ||
ReadContentAsFloat ( ) : float | ||
ReadContentAsInt ( ) : int | ||
ReadContentAsLong ( ) : long | ||
ReadContentAsObject ( ) : object | ||
ReadContentAsObjectAsync ( ) : Task | ||
ReadContentAsString ( ) : string | ||
ReadContentAsStringAsync ( ) : Task |
||
ReadElementContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object | ||
ReadElementContentAsAsync ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : Task | ||
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
ReadElementContentAsBase64Async ( byte buffer, int index, int count ) : Task |
||
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
ReadElementContentAsBinHexAsync ( byte buffer, int index, int count ) : Task |
||
ReadElementContentAsBoolean ( ) : bool | ||
ReadElementContentAsDateTime ( ) : DateTime | ||
ReadElementContentAsDecimal ( ) : Decimal | ||
ReadElementContentAsDouble ( ) : double | ||
ReadElementContentAsFloat ( ) : float | ||
ReadElementContentAsInt ( ) : int | ||
ReadElementContentAsLong ( ) : long | ||
ReadElementContentAsObject ( ) : object | ||
ReadElementContentAsObjectAsync ( ) : Task | ||
ReadElementContentAsString ( ) : string | ||
ReadElementContentAsStringAsync ( ) : Task |
||
ResolveEntity ( ) : void | ||
Skip ( ) : void | ||
SkipAsync ( ) : System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
AddAttributePSVI ( int attIndex ) : |
||
CachingCallBack ( |
||
ClearAttributesInfo ( ) : void | ||
CreateDummyTextNode ( string attributeValue, int depth ) : |
||
GetAttributePSVI ( string name ) : |
||
GetAttributePSVI ( string localName, string ns ) : |
||
GetCachingReader ( ) : |
||
GetDefaultAttribute ( string name, bool updatePosition ) : |
||
GetDefaultAttribute ( string attrLocalName, string ns, bool updatePosition ) : |
||
GetIsDefault ( ) : void | ||
GetMemberType ( ) : void | ||
GetOriginalAtomicValueStringOfElement ( ) : string | ||
GetStringValue ( ) : object | ||
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary |
||
IXmlNamespaceResolver ( string prefix ) : string | ||
Init ( ) : void | ||
InternalReadContentAsObject ( ) : object | ||
InternalReadContentAsObject ( bool unwrapTypedValue ) : object | ||
InternalReadContentAsObject ( bool unwrapTypedValue, string &originalStringValue ) : object | ||
InternalReadContentAsObjectAsync ( ) : Task | ||
InternalReadContentAsObjectAsync ( bool unwrapTypedValue ) : Task | ||
InternalReadContentAsObjectTupleAsync ( bool unwrapTypedValue ) : object>>.Task |
||
InternalReadElementContentAsObject ( |
||
InternalReadElementContentAsObject ( |
||
InternalReadElementContentAsObject ( |
||
InternalReadElementContentAsObjectAsync ( ) : object>>.Task |
||
InternalReadElementContentAsObjectAsync ( bool unwrapTypedValue ) : object>>.Task |
||
InternalReadElementContentAsObjectTupleAsync ( bool unwrapTypedValue ) : Task |
||
IsXSDRoot ( string localName, string ns ) : bool | ||
ProcessElementEvent ( ) : void | ||
ProcessElementEventAsync ( ) : System.Threading.Tasks.Task | ||
ProcessEndElementEvent ( ) : void | ||
ProcessEndElementEventAsync ( ) : System.Threading.Tasks.Task | ||
ProcessInlineSchema ( ) : void | ||
ProcessInlineSchemaAsync ( ) : System.Threading.Tasks.Task | ||
ProcessReaderEvent ( ) : void | ||
ProcessReaderEventAsync ( ) : System.Threading.Tasks.Task | ||
ReadAheadForMemberType ( ) : void | ||
ReadAsync_Read ( Task |
||
ReadAsync_ReadAhead ( System.Threading.Tasks.Task task ) : Task |
||
ReadTillEndElement ( ) : object | ||
ReadTillEndElementAsync ( ) : Task | ||
ReturnBoxedValue ( object typedValue, |
||
SetupValidator ( |
||
SwitchReader ( ) : void | ||
ValidateAttributes ( ) : void | ||
XsdValidatingReader ( XmlReader reader, |
||
XsdValidatingReader ( XmlReader reader, |
||
_ReadAsync_Read ( Task |
||
_ReadAsync_ReadAhead ( System.Threading.Tasks.Task task ) : Task |
public GetAttribute ( string name ) : string | ||
name | string | |
Результат | string |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
Результат | string |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
Результат | string |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
Результат | bool |
public MoveToAttribute ( string name, string ns ) : bool | ||
name | string | |
ns | string | |
Результат | bool |
public ReadContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object | ||
returnType | Type | |
namespaceResolver | IXmlNamespaceResolver | |
Результат | object |
public ReadContentAsAsync ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : Task | ||
returnType | Type | |
namespaceResolver | IXmlNamespaceResolver | |
Результат | Task |
public ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Результат | int |
public ReadContentAsBase64Async ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Результат | Task |
public ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Результат | int |
public ReadContentAsBinHexAsync ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Результат | Task |
public ReadContentAsDateTime ( ) : DateTime | ||
Результат | DateTime |
public ReadContentAsObjectAsync ( ) : Task | ||
Результат | Task |
public ReadContentAsStringAsync ( ) : Task |
||
Результат | Task |
public ReadElementContentAs ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : object | ||
returnType | Type | |
namespaceResolver | IXmlNamespaceResolver | |
Результат | object |
public ReadElementContentAsAsync ( Type returnType, IXmlNamespaceResolver namespaceResolver ) : Task | ||
returnType | Type | |
namespaceResolver | IXmlNamespaceResolver | |
Результат | Task |
public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Результат | int |
public ReadElementContentAsBase64Async ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Результат | Task |
public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
Результат | int |
public ReadElementContentAsBinHexAsync ( byte buffer, int index, int count ) : Task |
||
buffer | byte | |
index | int | |
count | int | |
Результат | Task |
public ReadElementContentAsBoolean ( ) : bool | ||
Результат | bool |
public ReadElementContentAsDateTime ( ) : DateTime | ||
Результат | DateTime |
public ReadElementContentAsDecimal ( ) : Decimal | ||
Результат | Decimal |
public ReadElementContentAsDouble ( ) : double | ||
Результат | double |
public ReadElementContentAsFloat ( ) : float | ||
Результат | float |
public ReadElementContentAsLong ( ) : long | ||
Результат | long |
public ReadElementContentAsObject ( ) : object | ||
Результат | object |
public ReadElementContentAsObjectAsync ( ) : Task | ||
Результат | Task |
public ReadElementContentAsString ( ) : string | ||
Результат | string |
public ReadElementContentAsStringAsync ( ) : Task |
||
Результат | Task |
public SkipAsync ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |