Méthode | Description | |
---|---|---|
GetXmlAttribute ( this xmlNode, string xPath ) : string | ||
GetXmlNodeValue ( this xmlNode, string xPath ) : string | ||
LoadActualNodes ( this xmlNode, string externalNodeTag, string baseFolder ) : |
||
WriteXmlAttribute ( this writer, string attributeName, string attributeValue ) : void |
public static GetXmlAttribute ( this xmlNode, string xPath ) : string | ||
xmlNode | this | |
xPath | string | |
Résultat | string |
public static GetXmlNodeValue ( this xmlNode, string xPath ) : string | ||
xmlNode | this | |
xPath | string | |
Résultat | string |
public static LoadActualNodes ( this xmlNode, string externalNodeTag, string baseFolder ) : |
||
xmlNode | this | |
externalNodeTag | string | |
baseFolder | string | |
Résultat |
public static WriteXmlAttribute ( this writer, string attributeName, string attributeValue ) : void | ||
writer | this | |
attributeName | string | |
attributeValue | string | |
Résultat | void |