Метод | Описание | |
---|---|---|
AddComment ( this element, string text ) : void | ||
AddElement ( this element, string name ) : |
||
AddElement ( this element, string name, Action |
||
ForEachElement ( this node, Action |
||
FromFile ( this document, string fileName ) : |
||
SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void | ||
With ( this node, Action |
||
WithAtt ( this element, string key, string attValue ) : |
||
WithAttributes ( this element, string text ) : |
||
WithFormattedText ( this element, string text ) : |
||
WithInnerText ( this node, string text ) : |
||
WithProperties ( this element, string>.Cache |
||
WithProperties ( this element, string>.Dictionary |
||
WithRoot ( this document, string elementName ) : |
||
WithXmlText ( this document, string xml ) : |
public static AddComment ( this element, string text ) : void | ||
element | this | |
text | string | |
Результат | void |
public static AddElement ( this element, string name ) : |
||
element | this | |
name | string | |
Результат |
public static AddElement ( this element, string name, Action |
||
element | this | |
name | string | |
action | Action |
|
Результат |
public static ForEachElement ( this node, Action |
||
node | this | |
action | Action |
|
Результат | void |
public static FromFile ( this document, string fileName ) : |
||
document | this | |
fileName | string | |
Результат |
public static SetAttributeOnChild ( this element, string childName, string attName, string attValue ) : void | ||
element | this | |
childName | string | |
attName | string | |
attValue | string | |
Результат | void |
public static With ( this node, Action |
||
node | this | |
action | Action |
|
Результат |
public static WithAtt ( this element, string key, string attValue ) : |
||
element | this | |
key | string | |
attValue | string | |
Результат |
public static WithAttributes ( this element, string text ) : |
||
element | this | |
text | string | |
Результат |
public static WithFormattedText ( this element, string text ) : |
||
element | this | |
text | string | |
Результат |
public static WithInnerText ( this node, string text ) : |
||
node | this | |
text | string | |
Результат |
public static WithProperties ( this element, string>.Cache |
||
element | this | |
properties | string>.Cache | |
Результат |
public static WithProperties ( this element, string>.Dictionary |
||
element | this | |
properties | string>.Dictionary | |
Результат |
public static WithRoot ( this document, string elementName ) : |
||
document | this | |
elementName | string | |
Результат |
public static WithXmlText ( this document, string xml ) : |
||
document | this | |
xml | string | |
Результат |