SetValue¶
Sets the value of the current node.
1 | |
Sets the value of all nodes at the specified XPath.
1 | |
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 | |