Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
-
Packages that use PropertyOwnerPointer Package Description 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. -
-
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.beans
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.beans Modifier and Type Class Description class
BeanPointer
A Pointer that points to a JavaBean or a collection.class
NullPointer
Pointer whose value isnull
.Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type PropertyOwnerPointer Constructor Description BeanAttributeIterator(PropertyOwnerPointer parent, QName name)
Create a new BeanAttributeIterator.PropertyIterator(PropertyOwnerPointer pointer, String name, boolean reverse, NodePointer startWith)
Create a new PropertyIterator. -
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynabeans
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynabeans Modifier and Type Class Description class
DynaBeanPointer
A Pointer that points to aDynaBean
. -
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynamic
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynamic Modifier and Type Class Description class
DynamicPointer
A Pointer that points to an object with Dynamic Properties.Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type PropertyOwnerPointer Constructor Description DynamicAttributeIterator(PropertyOwnerPointer parent, QName name)
Create a new DynamicAttributeIterator.DynamicPropertyIterator(PropertyOwnerPointer pointer, String name, boolean reverse, NodePointer startWith)
Deprecated.Create a new DynamicPropertyIterator
-