| 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.
|
| Modifier and Type | Field and Description |
|---|---|
private PropertyPointer |
PredicateContext.dynamicPropertyPointer |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertyPointer
Pointer pointing to a property of a JavaBean.
|
class |
NullPropertyPointer |
| Modifier and Type | Field and Description |
|---|---|
private PropertyPointer |
PropertyIterator.propertyNodePointer |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DynaBeanPropertyPointer
Pointer pointing to a property of a
DynaBean. |
| Modifier and Type | Method and Description |
|---|---|
PropertyPointer |
DynaBeanPointer.getPropertyPointer() |
| Modifier and Type | Class and Description |
|---|---|
class |
DynamicPropertyPointer
Pointer pointing to a property of an object with dynamic properties.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyPointer |
DynamicPointer.getPropertyPointer() |