Méthode | Description | |
---|---|---|
AddNode ( |
||
GetAttributeValue ( |
||
GetInnerText ( |
||
ReadDocument ( string path, |
||
SetAttribute ( |
||
SetAttribute ( |
||
SetInnerText ( |
||
StringToXmlDocument ( string str ) : |
||
WriteDocument ( |
||
XmlDocumentToString ( |
Méthode | Description | |
---|---|---|
makeXPath ( |
public static AddNode ( |
||
doc | ||
xPath | string | |
Résultat |
public static GetAttributeValue ( |
||
node | ||
attributeName | string | |
Résultat | string |
public static GetInnerText ( |
||
doc | ||
xPath | string | |
Résultat | string |
public static ReadDocument ( string path, |
||
path | string | |
settings | ||
Résultat |
public static SetAttribute ( |
||
doc | ||
node | ||
attributeName | string | |
attributeValue | string | |
Résultat | bool |
public static SetAttribute ( |
||
doc | ||
xPath | string | |
attributeName | string | |
attributeValue | string | |
Résultat | bool |
public static SetInnerText ( |
||
doc | ||
xPath | string | |
text | string | |
Résultat | bool |
public static StringToXmlDocument ( string str ) : |
||
str | string | |
Résultat |
public static WriteDocument ( |
||
doc | ||
path | string | |
Résultat | void |
public static XmlDocumentToString ( |
||
doc | ||
Résultat | string |