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.
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionAttributeNodeIterator
(CollectionPointer pointer, QName qName) Constructs 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
-
Constructor Details
-
CollectionAttributeNodeIterator
Constructs a new CollectionAttributeNodeIterator.- Parameters:
pointer
- collection pointerqName
- 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
-