Skips over and removes from the node stack the children of the last node. When getting a next node from the walker, that node's children are automatically added to the stack. You can call this method to remove those children from the stack.
This is useful when you don't want to process deeper into the current path of the node tree but you want to continue processing sibling nodes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|