Uses of Class
org.apache.commons.collections4.iterators.NodeListIterator

Packages that use NodeListIterator
org.apache.commons.collections4 This package contains the interfaces and utilities shared across all the subpackages of this component. 
 

Uses of NodeListIterator in org.apache.commons.collections4
 

Methods in org.apache.commons.collections4 that return NodeListIterator
static NodeListIterator IteratorUtils.nodeListIterator(Node node)
          Gets an Iterator that wraps the specified node's childNodes.
static NodeListIterator IteratorUtils.nodeListIterator(NodeList nodeList)
          Gets an Iterator that wraps the specified NodeList.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.