public static interface DomUtil.IPerNode
| Modifier and Type | Field and Description |
|---|---|
static Object |
SKIP
When this object instance is returned by the before(NodeBase) method we SKIP the downwards traversal.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
after(NodeBase n)
Called when all child nodes of the specified node have been traversed.
|
Object |
before(NodeBase n)
Called when the node is first encountered in the tree.
|
static final Object SKIP
Object before(@Nonnull NodeBase n) throws Exception
after(NodeBase) method
will not be called for this node. Returning any other value will stop the node traversal process
and return that value to the caller of DomUtil.walkTree(NodeBase, IPerNode).n - ExceptionObject after(@Nonnull NodeBase n) throws Exception
DomUtil.walkTree(NodeBase, IPerNode).n - ExceptionCopyright © 2017 etc.to. All rights reserved.