Class CollectionAttributeNodeIterator
java.lang.Object
org.apache.commons.jxpath.ri.model.beans.CollectionNodeIterator
org.apache.commons.jxpath.ri.model.beans.CollectionAttributeNodeIterator
- All Implemented Interfaces:
NodeIterator
Combines attribute node iterators of all elements of a collection into one
aggregate attribute node iterator.
- Version:
- $Revision: 652845 $ $Date: 2008-05-02 12:46:46 -0500 (Fri, 02 May 2008) $
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributeNodeIterator
(CollectionPointer pointer, QName name) Create a new CollectionAttributeNodeIterator. -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Field Details
-
name
-
-
Constructor Details
-
CollectionAttributeNodeIterator
Create a new CollectionAttributeNodeIterator.- Parameters:
pointer
- collection pointername
- attribute name
-
-
Method Details
-
getElementNodeIterator
Description copied from class:CollectionNodeIterator
Implemented by subclasses to produce child/attribute node iterators.- Specified by:
getElementNodeIterator
in classCollectionNodeIterator
- Parameters:
elementPointer
- owning pointer- Returns:
- NodeIterator
-