public static interface NodeDescendants.Visitor
Visitor
processes a single node in a
tree. This allows an object to visit each of the nodes in a tree.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
visitNode(org.w3c.dom.Node n)
Visit a node in a tree.
|
java.lang.Object visitNode(org.w3c.dom.Node n)
n
- the node being visited