Méthode | Description | |
---|---|---|
Close ( ) : void | ||
GetAttribute ( int i ) : string | ||
GetAttribute ( string name ) : string | ||
GetAttribute ( string name, string namespaceURI ) : string | ||
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 | ||
ReadAttributeValue ( ) : bool | ||
ResolveEntity ( ) : void | ||
Skip ( ) : void |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
CreateReader ( string currentBaseUri, |
||
PopXmlBase ( ) : void | ||
XmlWrappingReader ( XmlReader baseReader ) : System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetAttribute ( string name ) : string | ||
name | string | |
Résultat | string |
public GetAttribute ( string name, string namespaceURI ) : string | ||
name | string | |
namespaceURI | string | |
Résultat | string |
public LookupNamespace ( string prefix ) : string | ||
prefix | string | |
Résultat | string |
public MoveToAttribute ( string name ) : bool | ||
name | string | |
Résultat | bool |
public MoveToAttribute ( string name, string ns ) : bool | ||
name | string | |
ns | string | |
Résultat | bool |