Apply the visitor to the children of the cursor.
Optional functions: void incr(). Called before descending a node. void decr(). Called after ascending a node.
See Implementation
Apply the visitor to the children of the cursor.
Optional functions: void incr(). Called before descending a node. void decr(). Called after ascending a node.