public interface SkipNodeAndSubTreesCallback extends NodeCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
shallBeSkipped(Node node)
Called before any other callback on this node is called.
|
boolean shallBeSkipped(Node node)
node - the node, which was reached by the tree walkertrue if the node and all is children shall be skipped this walking iteration, false if
not