Uses of Interface
org.loboevolution.traversal.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
Modifier and TypeClassDescriptionclass
DTMNodeIterator
gives us an implementation of the DTMNodeIterator which returns DOM nodes.Modifier 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
Modifier and TypeMethodDescriptionstatic NodeIterator
XPathAPI.selectNodeIterator
(Node contextNode, String str) Use an XPath string to select a nodelist.static NodeIterator
XPathAPI.selectNodeIterator
(Node contextNode, String str, Node namespaceNode) Use an XPath string to select a nodelist. -
Uses of NodeIterator in org.loboevolution.apache.xpath.objects
-
Uses of NodeIterator in org.loboevolution.html.dom.nodeimpl
Modifier 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
-
Uses of NodeIterator in org.loboevolution.html.js.xml
Modifier 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
Modifier 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.