Méthode | Description | |
---|---|---|
Close ( ) : void | ||
Comment ( String comment ) : void | ||
EndElement ( String curentTag, String ns ) : void | ||
Init ( ) : void | ||
ParserListenerWriter ( IAppender writer ) : System | ||
ParserListenerWriter ( IAppender writer, bool formatted ) : System | ||
StartElement ( String currentTag, String>.IDictionary |
||
Text ( string text ) : void | ||
UnknownText ( String str ) : void |
public EndElement ( String curentTag, String ns ) : void | ||
curentTag | String | |
ns | String | |
Résultat | void |
public ParserListenerWriter ( IAppender writer ) : System | ||
writer | IAppender | |
Résultat | System |
public ParserListenerWriter ( IAppender writer, bool formatted ) : System | ||
writer | IAppender | |
formatted | bool | |
Résultat | System |
public StartElement ( String currentTag, String>.IDictionary |
||
currentTag | String | |
attributes | String>.IDictionary | |
ns | String | |
Résultat | void |