NodeVisitor
Overview
NodeVisitor is a interface in Aspose.3D FOSS for Java.
NodeVisitor.visit processes the specified Node and returns true to continue traversal, false to stop.
Methods
| Signature | Description |
|---|---|
visit(node: Node) → boolean | Processes the specified Node and returns true to continue traversal, false to stop |