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