Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer

Packages that use PropertyPointer
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   
org.apache.commons.jxpath.ri.model.dynamic   
 

Uses of PropertyPointer in org.apache.commons.jxpath.ri.axes
 

Fields in org.apache.commons.jxpath.ri.axes declared as PropertyPointer
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
 class BeanPropertyPointer
          Pointer pointing to a property of a JavaBean.
 class NullPropertyPointer
           
 

Fields in org.apache.commons.jxpath.ri.model.beans declared as PropertyPointer
private  PropertyPointer PropertyIterator.propertyNodePointer
           
 

Methods in org.apache.commons.jxpath.ri.model.beans that return PropertyPointer
abstract  PropertyPointer PropertyOwnerPointer.getPropertyPointer()
           
 PropertyPointer NullPointer.getPropertyPointer()
           
 PropertyPointer NullElementPointer.getPropertyPointer()
           
 PropertyPointer BeanPointer.getPropertyPointer()
           
 

Uses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynabeans
 

Subclasses of PropertyPointer in org.apache.commons.jxpath.ri.model.dynabeans
 class DynaBeanPropertyPointer
          Pointer pointing to a property of a DynaBean.
 

Methods in org.apache.commons.jxpath.ri.model.dynabeans that return PropertyPointer
 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
 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
 PropertyPointer DynamicPointer.getPropertyPointer()