|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.
Field Summary | |
private QName |
name
|
Fields inherited from class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator |
|
Constructor Summary | |
CollectionAttributeNodeIterator(CollectionPointer pointer,
QName name)
|
Method Summary | |
protected NodeIterator |
getElementNodeIterator(NodePointer elementPointer)
Implemened 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 |
Field Detail |
private QName name
Constructor Detail |
public CollectionAttributeNodeIterator(CollectionPointer pointer, QName name)
Method Detail |
protected NodeIterator getElementNodeIterator(NodePointer elementPointer)
CollectionNodeIterator
getElementNodeIterator
in class CollectionNodeIterator
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |