Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer
Packages that use PropertyPointer
Package
Description
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
Implementation of "model" APIs for JavaBeans, Dynamic Property Objects, collections and null.
Implementation of "model" APIs for Commons BeanUtils DynaBeans.
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 -
Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.beans
Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.beansModifier and TypeClassDescriptionclassPointer to a property of a JavaBean.classPointer to a null property.Fields in org.apache.commons.jxpath.ri.model.beans declared as PropertyPointerModifier and TypeFieldDescriptionprivate final PropertyPointerPropertyIterator.propertyNodePointerMethods in org.apache.commons.jxpath.ri.model.beans that return PropertyPointerModifier and TypeMethodDescriptionBeanPointer.getPropertyPointer()NullElementPointer.getPropertyPointer()Gets the property pointer for this.NullPointer.getPropertyPointer()abstract PropertyPointerPropertyOwnerPointer.getPropertyPointer()Gets 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.dynabeansModifier and TypeClassDescriptionclassPointer to a property of aDynaBean.Methods in org.apache.commons.jxpath.ri.model.dynabeans that return PropertyPointerModifier and TypeMethodDescriptionDynaBeanPointer.getPropertyPointer()StrictLazyDynaBeanPointerFactory.StrictLazyDynaBeanPointer.getPropertyPointer()Gets a PropertyPointer for this PropertyOwnerPointer. -
Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynamic
Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynamicModifier and TypeClassDescriptionclassPointer to a property of an object with dynamic properties.Methods in org.apache.commons.jxpath.ri.model.dynamic that return PropertyPointer