public class VisitorAction
Field Summary | ||
---|---|---|
static final int | CONTINUE | |
The visitor requests the enumeration to continue.
|
||
static final int | SKIP_THIS_NODE | |
The visitor requests to skip the current node and continue enumeration.
|
||
static final int | STOP | |
The visitor requests the enumeration of nodes to stop.
|
public static final int CONTINUE
public static final int SKIP_THIS_NODE
public static final int STOP