Allows the traverser to visit the current node. If the traverser's enterNode method returns true, the
traverser will be sent down the child nodes of the tree.
This method should be overridden if the order of traversal is important (such as for BSP trees) - or if static
child nodes are not added using addNode, but are linked to separately.