public interface SkipStepDownCallback
extends NodeCallback
If this callback is passed into the tree walker, then it will be called any time, the walker moves from a parent node
to a child node. The instance of the callback can decide, if the walker shall continue to walk down to the child
node, or not.