map.apps Bundle APIs 4.20.0
    Preparing search index...

    Enumeration VisitCodes

    Codes indicating how to proceed walking.

    Index

    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.