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) $
  • Field Details

    • name

      private QName name
  • Constructor Details

    • CollectionAttributeNodeIterator

      public CollectionAttributeNodeIterator(CollectionPointer pointer, QName name)
      Create a new CollectionAttributeNodeIterator.
      Parameters:
      pointer - collection pointer
      name - attribute name
  • Method Details