Méthode | Description | |
---|---|---|
AddChild ( string name ) : INode | ||
AddComment ( string description ) : void | ||
ForEachAttribute ( string>.Action |
||
ForEachChild ( Action |
||
IsComment ( ) : bool | ||
IsTags ( ) : bool | ||
With ( Action |
||
WithFormattedText ( string text ) : INode | ||
XmlReaderNode ( XmlReader reader ) : System | ||
this ( string attName ) : string |
public AddComment ( string description ) : void | ||
description | string | |
Résultat | void |
public ForEachAttribute ( string>.Action |
||
action | string>.Action | |
Résultat | void |
public ForEachChild ( Action |
||
action | Action |
|
Résultat | void |
public WithFormattedText ( string text ) : INode | ||
text | string | |
Résultat | INode |
public XmlReaderNode ( XmlReader reader ) : System | ||
reader | XmlReader | |
Résultat | System |