Method | Description | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string localName, string namespaceURI ) : string | ||
LookupNamespace ( string prefix ) : string | ||
MoveToAttribute ( string name ) : bool | ||
MoveToAttribute ( string localName, string namespaceURI ) : bool | ||
MoveToAttribute ( int i ) : 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 |
Method | Description | |
---|---|---|
CreateReader ( XmlReader xr ) : XmlReader | ||
DataTextReader ( XmlReader input ) : System.Collections |
public GetAttribute ( string localName, string namespaceURI ) : string | ||
localName | 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 localName, string namespaceURI ) : bool | ||
localName | string | |
namespaceURI | string | |
return | bool |
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 |