Uses of Interface
org.w3c.dom.traversal.NodeFilter
Package
Description
Provides interfaces for DOM Level 3 Load and Save.
Provides interfaces for DOM Level 2 Traversal.
-
Uses of NodeFilter in org.w3c.dom.ls
Modifier and TypeInterfaceDescriptioninterface
LSSerializerFilter
s provide applications the ability to examine nodes as they are being serialized and decide what nodes should be serialized or not. -
Uses of NodeFilter in org.w3c.dom.traversal
Modifier and TypeMethodDescriptionNodeIterator.getFilter()
TheNodeFilter
used to screen nodes.TreeWalker.getFilter()
The filter used to screen nodes.Modifier and TypeMethodDescriptionDocumentTraversal.createNodeIterator
(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) Create a newNodeIterator
over the subtree rooted at the specified node.DocumentTraversal.createTreeWalker
(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion) Create a newTreeWalker
over the subtree rooted at the specified node.