Uses of Class
org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer
Packages that use PropertyOwnerPointer
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 PropertyOwnerPointer in org.apache.commons.jxpath.ri.axes
Methods in org.apache.commons.jxpath.ri.axes with parameters of type PropertyOwnerPointerModifier and TypeMethodDescriptionprivate static NodePointer
SimplePathInterpreter.createChildPointerForStep
(PropertyOwnerPointer parentPointer, Step step) Create the child pointer for a given step.private static NodePointer
SimplePathInterpreter.doStepNoPredicatesPropertyOwner
(EvalContext context, PropertyOwnerPointer parentPointer, Step[] steps, int currentStep) We have a step that starts with a property owner (bean, map, etc) and has no predicates.private static NodePointer
SimplePathInterpreter.doStepPredicatesPropertyOwner
(EvalContext context, PropertyOwnerPointer parentPointer, Step[] steps, int currentStep) A path that starts with a property owner. -
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.beans
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.beansModifier and TypeClassDescriptionclass
A Pointer that points to a JavaBean or a collection.class
Pointer whose value isnull
.Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type PropertyOwnerPointerModifierConstructorDescriptionBeanAttributeIterator
(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 -
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynamic
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynamicModifier and TypeClassDescriptionclass
A Pointer that points to an object with Dynamic Properties.Constructors in org.apache.commons.jxpath.ri.model.dynamic with parameters of type PropertyOwnerPointerModifierConstructorDescriptionDynamicAttributeIterator
(PropertyOwnerPointer parent, QName name) Create a new DynamicAttributeIterator.DynamicPropertyIterator
(PropertyOwnerPointer pointer, String name, boolean reverse, NodePointer startWith) Deprecated.Create a new DynamicPropertyIterator