|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath.ri.model.beans
Class CollectionAttributeNodeIterator

java.lang.Objectorg.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
- All Implemented Interfaces:
- org.apache.commons.jxpath.ri.model.NodeIterator
- public class CollectionAttributeNodeIterator
- extends CollectionNodeIterator
Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.
- Version:
- $Revision: 1.3 $ $Date: 2004/02/29 14:17:41 $
| Field Summary | |
private org.apache.commons.jxpath.ri.QName |
name
|
| Fields inherited from class org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator |
|
| Constructor Summary | |
CollectionAttributeNodeIterator(CollectionPointer pointer,
org.apache.commons.jxpath.ri.QName name)
|
|
| Method Summary | |
protected org.apache.commons.jxpath.ri.model.NodeIterator |
getElementNodeIterator(org.apache.commons.jxpath.ri.model.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 |
name
private org.apache.commons.jxpath.ri.QName name
| Constructor Detail |
CollectionAttributeNodeIterator
public CollectionAttributeNodeIterator(CollectionPointer pointer, org.apache.commons.jxpath.ri.QName name)
| Method Detail |
getElementNodeIterator
protected org.apache.commons.jxpath.ri.model.NodeIterator getElementNodeIterator(org.apache.commons.jxpath.ri.model.NodePointer elementPointer)
- Description copied from class:
CollectionNodeIterator - Implemened by subclasses to produce child/attribute node iterators.
- Specified by:
getElementNodeIteratorin classCollectionNodeIterator
|
|||||||||
| Home >> All >> org >> apache >> commons >> jxpath >> ri >> model >> [ beans overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC