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.
This interface provides 1 method for working with NodeVisitor objects in Java programs.
Available methods include: visit.
All exported members are accessible to any Java application after installing the Aspose.3D FOSS for Java package.
Description
NodeVisitor is an interface in Aspose.3D FOSS for Java that defines a contract with 1 method. Classes that implement this interface must provide concrete implementations for all declared operations.
Methods
| Signature | Description |
|---|---|
visit(node: Node) → boolean | Processes the specified Node and returns true to continue traversal, false to stop |