org.apache.commons.jxpath.ri.model.beans

Class CollectionChildNodeIterator

Implemented Interfaces:
NodeIterator

public class CollectionChildNodeIterator
extends CollectionNodeIterator

Combines child node iterators of all elements of a collection into one aggregate child node iterator.
Version:
$Revision: 1.3 $ $Date: 2004/02/29 14:17:41 $
Author:
Dmitri Plotnikov

Constructor Summary

CollectionChildNodeIterator(CollectionPointer pointer, NodeTest test, boolean reverse, NodePointer startWith)

Method Summary

protected NodeIterator
getElementNodeIterator(NodePointer elementPointer)

Methods inherited from class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator

getElementNodeIterator, getNodePointer, getPosition, setPosition

Constructor Details

CollectionChildNodeIterator

public CollectionChildNodeIterator(CollectionPointer pointer,
                                   NodeTest test,
                                   boolean reverse,
                                   NodePointer startWith)

Method Details

getElementNodeIterator

protected NodeIterator getElementNodeIterator(NodePointer elementPointer)
Overrides:
getElementNodeIterator in interface CollectionNodeIterator