Class NodeChooserFilter

java.lang.Object
xj3d.filter.AbstractFilter
xj3d.filter.NewAbstractFilter
xj3d.filter.filters.NodeChooserFilter
All Implemented Interfaces:
BinaryContentHandler, ContentHandler, ProtoHandler, RouteHandler, ScriptHandler, StringContentHandler

public class NodeChooserFilter extends NewAbstractFilter
Search for the first nodes matching a node name. Only that node and its children will be passed along. Params supported: none Limitations: Only works for nodes that don't contain children nodes of the same type. Ie it works for Appearance but not something like Transform.
Version:
$Revision: 1.2 $
Author:
Alan Hudson