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 | 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 visitedCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.