Microsoft SDK for Java

TreeNode.removeAll

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.