Uses of Package
org.apache.commons.jxpath.ri.model.beans
-
Packages that use org.apache.commons.jxpath.ri.model.beans Package Description org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc).org.apache.commons.jxpath.ri.model.beans Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.org.apache.commons.jxpath.ri.model.dynabeans Implementation of "model" APIs for Commons BeanUtils DynaBeans.org.apache.commons.jxpath.ri.model.dynamic Implementation of "model" APIs for dynamic property objects e.g. -
Classes in org.apache.commons.jxpath.ri.model.beans used by org.apache.commons.jxpath.ri.axes Class Description 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. -
Classes in org.apache.commons.jxpath.ri.model.beans used by org.apache.commons.jxpath.ri.model.beans Class Description CollectionNodeIterator Combines node iterators of all elements of a collection into one aggregate node iterator.CollectionPointer Transparent pointer to a collection (array or Collection).PropertyIterator Iterates property values of an object pointed at with aPropertyOwnerPointer
.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. -
Classes in org.apache.commons.jxpath.ri.model.beans used by org.apache.commons.jxpath.ri.model.dynabeans Class Description 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. -
Classes in org.apache.commons.jxpath.ri.model.beans used by org.apache.commons.jxpath.ri.model.dynamic Class Description BeanAttributeIterator An iterator of attributes of a JavaBean.PropertyIterator Iterates property values of an object pointed at with aPropertyOwnerPointer
.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.