Uses of Interface org.w3c.dom.traversal.NodeFilter

Uses in package org.w3c.dom.traversal

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.