VisitorAction enumeration

VisitorAction enumeration

Allows the visitor to control the enumeration of nodes.

Members

NameDescription
CONTINUEThe visitor requests the enumeration to continue.
SKIP_THIS_NODEThe visitor requests to skip the current node and continue enumeration.
STOPThe visitor requests the enumeration of nodes to stop.

See Also