GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type org.w3c.dom.traversal.NodeFilter | |
NodeIterator | DocumentTraversal.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) Create a new NodeIterator over the subtree rooted at the
specified node.
|
TreeWalker | DocumentTraversal.createTreeWalker(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) Create a new TreeWalker over the subtree rooted at the
specified node.
|
Methods with return type org.w3c.dom.traversal.NodeFilter | |
NodeFilter | The NodeFilter used to screen nodes.
|
NodeFilter | The filter used to screen nodes.
|
GNU Classpath (0.95) |