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