public static class CollapsedNode
extends Object
This delegate class bypasses traversal of a node, instead traversing the
node's children. Any modifications made to the node list of the CollapsedNode
will be reflected in the original node.
- See Also:
- Serialized Form