Uses of Class
org.apache.commons.jxpath.ri.model.beans.CollectionPointer

Packages that use CollectionPointer
org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null. 
 

Uses of CollectionPointer in org.apache.commons.jxpath.ri.model.beans
 

Subclasses of CollectionPointer in org.apache.commons.jxpath.ri.model.beans
 class NullElementPointer
          Used when there is a need to construct a Pointer for a collection element that does not exist.
 

Fields in org.apache.commons.jxpath.ri.model.beans declared as CollectionPointer
private  CollectionPointer CollectionNodeIterator.pointer
           
 

Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type CollectionPointer
CollectionNodeIterator(CollectionPointer pointer, boolean reverse, NodePointer startWith)
           
CollectionChildNodeIterator(CollectionPointer pointer, NodeTest test, boolean reverse, NodePointer startWith)
           
CollectionAttributeNodeIterator(CollectionPointer pointer, QName name)