Uses of Interface
org.loboevolution.traversal.NodeIterator
Packages that use NodeIterator
Package
Description
Implementation of XPath; for the most part, only classes meant for public use are
found at this root level of the XPath packages.
Implementation of XPath polymorphic type objects -- this package will grow
as XPath objects are expanded to support XML Schema data types.
-
Uses of NodeIterator in org.loboevolution.apache.xml.dtm.ref
Classes in org.loboevolution.apache.xml.dtm.ref that implement NodeIteratorModifier and TypeClassDescriptionclassDTMNodeIteratorgives us an implementation of the DTMNodeIterator which returns DOM nodes.Methods in org.loboevolution.apache.xml.dtm.ref that return NodeIteratorModifier and TypeMethodDescriptionDTMNodeProxy.createNodeIterator(Node root) DTMNodeProxy.createNodeIterator(Node root, int whatToShow) DTMNodeProxy.createNodeIterator(Node root, int whatToShow, NodeFilter filter) DTMNodeProxy.createNodeIterator(Node root, NodeFilter filter) -
Uses of NodeIterator in org.loboevolution.apache.xpath
Methods in org.loboevolution.apache.xpath that return NodeIteratorModifier and TypeMethodDescriptionstatic NodeIteratorXPathAPI.selectNodeIterator(Node contextNode, String str) Use an XPath string to select a nodelist.static NodeIteratorXPathAPI.selectNodeIterator(Node contextNode, String str, Node namespaceNode) Use an XPath string to select a nodelist. -
Uses of NodeIterator in org.loboevolution.apache.xpath.objects
Methods in org.loboevolution.apache.xpath.objects that return NodeIterator -
Uses of NodeIterator in org.loboevolution.html.dom.nodeimpl
Methods in org.loboevolution.html.dom.nodeimpl that return NodeIteratorModifier and TypeMethodDescriptionDocumentImpl.createNodeIterator(Node root) DocumentImpl.createNodeIterator(Node root, int whatToShow) DocumentImpl.createNodeIterator(Node root, int whatToShow, NodeFilter filter) DocumentImpl.createNodeIterator(Node root, NodeFilter filter) -
Uses of NodeIterator in org.loboevolution.html.dom.nodeimpl.traversal
Classes in org.loboevolution.html.dom.nodeimpl.traversal that implement NodeIterator -
Uses of NodeIterator in org.loboevolution.html.js.xml
Methods in org.loboevolution.html.js.xml that return NodeIteratorModifier and TypeMethodDescriptionXMLDocument.createNodeIterator(Node root) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator(Node root, int whatToShow) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator(Node root, int whatToShow, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.XMLDocument.createNodeIterator(Node root, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document. -
Uses of NodeIterator in org.loboevolution.traversal
Methods in org.loboevolution.traversal that return NodeIteratorModifier and TypeMethodDescriptionDocumentTraversal.createNodeIterator(Node root) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator(Node root, int whatToShow) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator(Node root, int whatToShow, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.DocumentTraversal.createNodeIterator(Node root, NodeFilter filter) Creates a NodeIterator object that you can use to traverse filtered lists of nodes or elements in a document.