org.apache.commons.jxpath.ri.model.beans
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
public class CollectionAttributeNodeIterator
- extends CollectionNodeIterator
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) $
- Author:
- Dmitri Plotnikov
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionAttributeNodeIterator
public CollectionAttributeNodeIterator(CollectionPointer pointer,
QName name)
- Create a new CollectionAttributeNodeIterator.
- Parameters:
pointer
- collection pointername
- attribute name
getElementNodeIterator
protected NodeIterator getElementNodeIterator(NodePointer elementPointer)
- Description copied from class:
CollectionNodeIterator
- Implemented by subclasses to produce child/attribute node iterators.
- Specified by:
getElementNodeIterator
in class CollectionNodeIterator
- Parameters:
elementPointer
- owning pointer
- Returns:
- NodeIterator
Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.