Uses of Interface org.w3c.dom.traversal.NodeIterator

Uses in package org.w3c.dom.traversal

Methods with return type org.w3c.dom.traversal.NodeIterator

NodeIterator
DocumentTraversal.createNodeIterator(Node root, int whatToShow, NodeFilter filter, boolean entityReferenceExpansion)
Create a new NodeIterator over the subtree rooted at the specified node.

Uses in package org.apache.xalan.transformer

Methods with return type org.w3c.dom.traversal.NodeIterator

NodeIterator
Get the current context node list.
NodeIterator

Uses in package org.apache.xpath.axes

Methods with return type org.w3c.dom.traversal.NodeIterator

NodeIterator
Get a cloned Iterator that is reset to the start of the iteration.

Uses in package org.apache.xalan.extensions

Methods with return type org.w3c.dom.traversal.NodeIterator

NodeIterator
Get the current context node list.

Uses in package org.apache.xpath

Classes implementing org.w3c.dom.traversal.NodeIterator

class
The NodeSet class can act as either a NodeVector, NodeList, or NodeIterator.

Constructors with parameter type org.w3c.dom.traversal.NodeIterator

Create a NodeSet, and copy the members of the given NodeIterator into it.
Create a NodeSetDTM, and copy the members of the given DTMIterator into it.

Methods with parameter type org.w3c.dom.traversal.NodeIterator

void
Copy NodeList members into this nodelist, adding in document order.
void
Copy NodeList members into this nodelist, adding in document order.

Methods with return type org.w3c.dom.traversal.NodeIterator

NodeIterator
Get a cloned Iterator, and reset its state to the beginning of the iteration.
NodeIterator
Get the current context node list.
NodeIterator
CachedXPathAPI.selectNodeIterator(Node contextNode, String str)
Use an XPath string to select a nodelist.
NodeIterator
XPathAPI.selectNodeIterator(Node contextNode, String str)
Use an XPath string to select a nodelist.
NodeIterator
CachedXPathAPI.selectNodeIterator(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a nodelist.
NodeIterator
XPathAPI.selectNodeIterator(Node contextNode, String str, Node namespaceNode)
Use an XPath string to select a nodelist.

Uses in package org.apache.xpath.objects

Constructors with parameter type org.w3c.dom.traversal.NodeIterator

Methods with return type org.w3c.dom.traversal.NodeIterator

NodeIterator
Cast result object to a nodelist.
NodeIterator
Cast result object to a nodelist.
NodeIterator
Cast result object to a nodelist.

Uses in package org.apache.xml.dtm.ref

Classes implementing org.w3c.dom.traversal.NodeIterator

class
DTMNodeIterator gives us an implementation of the DTMNodeIterator which returns DOM nodes.

Copyright B) 2004 Apache XML Project. All Rights Reserved.