SetValue¶
Sets the value of the current node.
myXml.SetValue(value: any):void
Sets the value of all nodes at the specified XPath.
myXml.SetValue(xpath: string, value: object):void
Parameters¶
any value
The value to set.
string xpath
The XPath of the node to update.
Remarks¶
Update with an XPath¶
1 | |
Updates the current node value¶
1 2 3 | |