Méthode | Description | |
---|---|---|
FindTag ( String name, bool beginTag ) : bool |
Advance until the specified tag is found.
|
|
ReadIntToTag ( ) : int |
Read an integer that is contained between the current position, and the next tag.
|
|
ReadPropertyBlock ( ) : String>.IDictionary |
Read all property data until an end tag, which corrisponds to the current tag, is found. The properties found will be returned in a map.
|
|
ReadTextToTag ( ) : String |
Read all text between the current position and the next tag.
|
|
ReadXML ( Stream istream ) : System |
Construct an XML reader.
|
public FindTag ( String name, bool beginTag ) : bool | ||
name | String | The name of the tag we are looking for. |
beginTag | bool | True if this is a begin tage, false otherwise. |
Résultat | bool |
public ReadPropertyBlock ( ) : String>.IDictionary |
||
Résultat | String>.IDictionary |
public ReadXML ( Stream istream ) : System | ||
istream | Stream | The input stream to read from. |
Résultat | System |