Overview | Methods | This Package | All Packages
Removes all children of this node.
Syntax
public void removeAll()
Remarks
To remove this node and its children, use the remove method. To remove one specific child node, use the removeNode method.