This class provides default methods for traversing nodes and their subnodes.
Calls the appropriate visit() method for a node.
Allows calling the visit() method with a null node.
Called by visit() methods that were not overridden.
See Implementation
This class provides default methods for traversing nodes and their subnodes.