Remove¶
Removes the current node and returns it in an array.
1 | |
Removes all nodes at the specified XPath and returns the removed nodes in an array.
1 | |
Parameters¶
string xpath
The XPath of the nodes to remove. If not specified, the current node is used.
Remarks¶
Remove all customer nodes¶
1 | |
See Also¶
- Array<Xml>