Method | Description | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int attributeIndex ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceURI ) : string | ||
LookupNamespace ( string prefix ) : String | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string name, string namespaceURI ) : bool | ||
MoveToAttribute ( int attributeIndex ) : void | ||
MoveToElement ( ) : bool | ||
MoveToFirstAttribute ( ) : bool | ||
MoveToNextAttribute ( ) : bool | ||
Read ( ) : bool | ||
ReadAttributeValue ( ) : bool | ||
ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
ReadString ( ) : string | ||
ResolveEntity ( ) : void | ||
Skip ( ) : void | ||
XmlNodeReader ( |
Method | Description | |
---|---|---|
FinishReadBinary ( ) : void | ||
IXmlNamespaceResolver ( XmlNamespaceScope scope ) : string>.IDictionary |
||
IXmlNamespaceResolver ( string prefix ) : String | ||
IXmlNamespaceResolver ( string namespaceName ) : string | ||
Init ( |
||
IsInReadingStates ( ) : bool | ||
ReSetReadingMarks ( ) : void | ||
Read ( bool fSkipChildren ) : bool | ||
ReadAtZeroLevel ( bool fSkipChildren ) : bool | ||
ReadForward ( bool fSkipChildren ) : bool | ||
ReadNextNode ( bool fSkipChildren ) : bool | ||
SetEndOfFile ( ) : void |
public GetAttribute ( int attributeIndex ) : string | ||
attributeIndex | int | |
return | string |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
return | string |
public LookupNamespace ( string prefix ) : String | ||
prefix | string | |
return | String |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
return | bool |
public MoveToAttribute ( string name, string namespaceURI ) : bool | ||
name | string | |
namespaceURI | string | |
return | bool |
public MoveToAttribute ( int attributeIndex ) : void | ||
attributeIndex | int | |
return | void |
public ReadContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadElementContentAsBase64 ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public ReadElementContentAsBinHex ( byte buffer, int index, int count ) : int | ||
buffer | byte | |
index | int | |
count | int | |
return | int |
public XmlNodeReader ( |
||
node | ||
return | System |