Remove¶
Removes the current node and returns it in an array.
myXml.Remove():Array<Xml> (Xml)
Removes all nodes at the specified XPath and returns the removed nodes in an array.
myXml.Remove(xpath: string):Array<Xml> (Xml)
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>