DONT_TRAVERSE_CHILDREN
DONT_TRAVERSE_CHILDREN = 1
If NodeVisitor::enterNode() returns DONT_TRAVERSE_CHILDREN, child nodes of the current node will not be traversed for any visitors.
For subsequent visitors enterNode() will still be called on the current node and leaveNode() will also be invoked for the current node.