Uses of Interface
org.w3c.dom.traversal.NodeIterator
| Package | Description |
|---|---|
| org.apache.xalan.extensions | |
| org.apache.xalan.transformer |
In charge of run-time transformations and the production of result trees.
|
| 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.apache.xpath.axes |
Implementation of XPath LocationPath support -- primary classes are
LocPathIterator and UnionPathIterator.
|
| org.apache.xpath.objects |
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.apache.xalan.extensions
Methods in org.apache.xalan.extensions that return NodeIterator Modifier and Type Method Description NodeIteratorExpressionContext. getContextNodes()Get the current context node list. -
Uses of NodeIterator in org.apache.xalan.transformer
Methods in org.apache.xalan.transformer that return NodeIterator Modifier and Type Method Description NodeIteratorTransformState. getContextNodeList()Get the current context node list.NodeIteratorXalanTransformState. getContextNodeList() -
Uses of NodeIterator in org.apache.xml.dtm.ref
Classes in org.apache.xml.dtm.ref that implement NodeIterator Modifier and Type Class Description classDTMNodeIteratorDTMNodeIteratorgives us an implementation of the DTMNodeIterator which returns DOM nodes. -
Uses of NodeIterator in org.apache.xpath
Classes in org.apache.xpath that implement NodeIterator Modifier and Type Class Description classNodeSetThe NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.Methods in org.apache.xpath that return NodeIterator Modifier and Type Method Description NodeIteratorNodeSet. cloneWithReset()Get a cloned Iterator, and reset its state to the beginning of the iteration.NodeIteratorXPathContext.XPathExpressionContext. getContextNodes()Get the current context node list.NodeIteratorCachedXPathAPI. selectNodeIterator(Node contextNode, String str)Use an XPath string to select a nodelist.NodeIteratorCachedXPathAPI. selectNodeIterator(Node contextNode, String str, Node namespaceNode)Use an XPath string to select a nodelist.static 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.Methods in org.apache.xpath with parameters of type NodeIterator Modifier and Type Method Description voidNodeSet. addNodes(NodeIterator iterator)Copy NodeList members into this nodelist, adding in document order.voidNodeSet. addNodesInDocOrder(NodeIterator iterator, XPathContext support)Copy NodeList members into this nodelist, adding in document order.Constructors in org.apache.xpath with parameters of type NodeIterator Constructor Description NodeSet(NodeIterator ni)Create a NodeSet, and copy the members of the given NodeIterator into it.NodeSetDTM(NodeIterator iterator, XPathContext xctxt)Create a NodeSetDTM, and copy the members of the given DTMIterator into it. -
Uses of NodeIterator in org.apache.xpath.axes
Methods in org.apache.xpath.axes that return NodeIterator Modifier and Type Method Description NodeIteratorContextNodeList. cloneWithReset()Get a cloned Iterator that is reset to the start of the iteration. -
Uses of NodeIterator in org.apache.xpath.objects
Methods in org.apache.xpath.objects that return NodeIterator Modifier and Type Method Description NodeIteratorXNodeSet. nodeset()Cast result object to a nodelist.NodeIteratorXNodeSetForDOM. nodeset()Cast result object to a nodelist.NodeIteratorXObject. nodeset()Cast result object to a nodelist.Constructors in org.apache.xpath.objects with parameters of type NodeIterator Constructor Description XNodeSetForDOM(NodeIterator nodeIter, XPathContext xctxt)