Uses of Interface
org.w3c.dom.traversal.NodeFilter
| Package | Description |
|---|---|
| org.apache.xml.dtm.ref | |
| org.apache.xpath |
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
|
| org.w3c.dom.ls | |
| org.w3c.dom.traversal |
-
Uses of NodeFilter in org.apache.xml.dtm.ref
Methods in org.apache.xml.dtm.ref that return NodeFilter Modifier and Type Method Description NodeFilterDTMNodeIterator. getFilter()Return a handle to the filter used to screen nodes. -
Uses of NodeFilter in org.apache.xpath
Methods in org.apache.xpath that return NodeFilter Modifier and Type Method Description NodeFilterNodeSet. getFilter()The filter object used to screen nodes. -
Uses of NodeFilter in org.w3c.dom.ls
Subinterfaces of NodeFilter in org.w3c.dom.ls Modifier and Type Interface Description interfaceLSSerializerFilterLSSerializerFilters 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
Methods in org.w3c.dom.traversal that return NodeFilter Modifier and Type Method Description NodeFilterNodeIterator. getFilter()TheNodeFilterused to screen nodes.