Codes indicating how to proceed walking.

Enumeration Members

CONTINUE: "CONTINUE"

Continue visiting.

SKIP_SIBLINGS: "SKIP_SIBLINGS"

Continue without visiting the siblings of this node. If returned from the preVisit then the children are also skipped and postVisit is skipped.

SKIP_SUBTREE: "SKIP_SUBTREE"

Continue without visiting subtree.

TERMINATE: "TERMINATE"

Terminate.