Method | Description | |
---|---|---|
AppendElement ( |
||
AppendElement ( |
||
CreateAttribute ( |
||
SetAttribute ( |
Method | Description | |
---|---|---|
XmlUtil ( ) : System |
public static AppendElement ( |
||
node | ||
newElementName | string | |
return |
public static AppendElement ( |
||
node | ||
newElementName | string | |
innerValue | string | |
return |
public static CreateAttribute ( |
||
xmlDocument | ||
name | string | |
value | string | |
return |
public static SetAttribute ( |
||
node | ||
attributeName | string | |
attributeValue | string | |
return | void |