Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer
-
Packages that use PropertyPointer 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. -
-
Uses of PropertyPointer in org.apache.commons.jxpath.ri.axes
Fields in org.apache.commons.jxpath.ri.axes declared as PropertyPointer Modifier and Type Field Description private PropertyPointer
PredicateContext. dynamicPropertyPointer
-
Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.beans
Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.beans Modifier and Type Class Description class
BeanPropertyPointer
Pointer pointing to a property of a JavaBean.class
NullPropertyPointer
Fields in org.apache.commons.jxpath.ri.model.beans declared as PropertyPointer Modifier and Type Field Description private PropertyPointer
PropertyIterator. propertyNodePointer
Methods in org.apache.commons.jxpath.ri.model.beans that return PropertyPointer Modifier and Type Method Description PropertyPointer
BeanPointer. getPropertyPointer()
PropertyPointer
NullElementPointer. getPropertyPointer()
Get the property pointer for this.PropertyPointer
NullPointer. getPropertyPointer()
abstract PropertyPointer
PropertyOwnerPointer. getPropertyPointer()
Get a PropertyPointer for this PropertyOwnerPointer. -
Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynabeans
Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynabeans Modifier and Type Class Description class
DynaBeanPropertyPointer
Pointer pointing to a property of aDynaBean
.Methods in org.apache.commons.jxpath.ri.model.dynabeans that return PropertyPointer Modifier and Type Method Description PropertyPointer
DynaBeanPointer. getPropertyPointer()
-
Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynamic
Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynamic Modifier and Type Class Description class
DynamicPropertyPointer
Pointer pointing to a property of an object with dynamic properties.Methods in org.apache.commons.jxpath.ri.model.dynamic that return PropertyPointer Modifier and Type Method Description PropertyPointer
DynamicPointer. getPropertyPointer()
-