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.

Uses in package org.apache.xpath

Methods with return type org.w3c.dom.traversal.NodeFilter

NodeFilter
The filter object used to screen nodes.

Uses in package org.apache.xml.dtm.ref

Methods with return type org.w3c.dom.traversal.NodeFilter

NodeFilter
Return a handle to the filter used to screen nodes.

Copyright B) 2004 Apache XML Project. All Rights Reserved.