Package org.apache.commons.jxpath.ri.model.beans

Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.

See:
          Description

Class Summary
BeanAttributeIterator An iterator of attributes of a JavaBean.
BeanPointer A Pointer that points to a JavaBean or a collection.
BeanPointerFactory Implements NodePointerFactory for JavaBeans.
BeanPropertyPointer Pointer pointing to a property of a JavaBean.
CollectionAttributeNodeIterator Combines attribute node iterators of all elements of a collection into one aggregate attribute node iterator.
CollectionChildNodeIterator Combines child node iterators of all elements of a collection into one aggregate child node iterator.
CollectionNodeIterator Combines node iterators of all elements of a collection into one aggregate node iterator.
CollectionPointer Transparent pointer to a collection (array or Collection).
CollectionPointerFactory Implements NodePointerFactory for stand-alone collections.
LangAttributePointer A Pointer that points to the "lang" attribute of a JavaBean.
NullElementPointer Used when there is a need to construct a Pointer for a collection element that does not exist.
NullPointer  
NullPropertyPointer  
PropertyIterator Iterates property values of an object pointed at with a PropertyOwnerPointer.
PropertyOwnerPointer A pointer describing a node that has properties, each of which could be a collection.
PropertyPointer A pointer allocated by a PropertyOwnerPointer to represent the value of a property of the parent object.
 

Package org.apache.commons.jxpath.ri.model.beans Description

Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.