|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyOwnerPointer | |
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 PropertyOwnerPointer in org.apache.commons.jxpath.ri.axes |
Methods in org.apache.commons.jxpath.ri.axes with parameters of type PropertyOwnerPointer | |
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. |
private static NodePointer |
SimplePathInterpreter.createChildPointerForStep(PropertyOwnerPointer parentPointer,
Step step)
|
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.beans |
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.beans | |
class |
BeanPointer
A Pointer that points to a JavaBean or a collection. |
class |
NullPointer
|
Constructors in org.apache.commons.jxpath.ri.model.beans with parameters of type PropertyOwnerPointer | |
PropertyIterator(PropertyOwnerPointer pointer,
java.lang.String name,
boolean reverse,
NodePointer startWith)
|
|
BeanAttributeIterator(PropertyOwnerPointer parent,
QName name)
|
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynabeans |
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynabeans | |
class |
DynaBeanPointer
A Pointer that points to a DynaBean. |
Uses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynamic |
Subclasses of PropertyOwnerPointer in org.apache.commons.jxpath.ri.model.dynamic | |
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 | |
DynamicPropertyIterator(PropertyOwnerPointer pointer,
java.lang.String name,
boolean reverse,
NodePointer startWith)
Deprecated. |
|
DynamicAttributeIterator(PropertyOwnerPointer parent,
QName name)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |