|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
org.apache.commons.jxpath.ri.model.beans.CollectionChildNodeIterator
public class CollectionChildNodeIterator
Combines child node iterators of all elements of a collection into one aggregate child node iterator.
Constructor Summary | |
---|---|
CollectionChildNodeIterator(CollectionPointer pointer,
NodeTest test,
boolean reverse,
NodePointer startWith)
Create a new CollectionChildNodeIterator. |
Method Summary | |
---|---|
protected NodeIterator |
getElementNodeIterator(NodePointer elementPointer)
Implemented by subclasses to produce child/attribute node iterators. |
Methods inherited from class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator |
---|
getNodePointer, getPosition, setPosition |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CollectionChildNodeIterator(CollectionPointer pointer, NodeTest test, boolean reverse, NodePointer startWith)
pointer
- CollectionPointertest
- child testreverse
- iteration orderstartWith
- starting pointerMethod Detail |
---|
protected NodeIterator getElementNodeIterator(NodePointer elementPointer)
CollectionNodeIterator
getElementNodeIterator
in class CollectionNodeIterator
elementPointer
- owning pointer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |