| Package | Description |
|---|---|
| org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
| org.apache.commons.jxpath.ri.model |
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
|
| 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.container |
Implementation of "model" APIs for Containers.
|
| org.apache.commons.jxpath.ri.model.dom |
Implementation of "model" APIs for W3C DOM.
|
| 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.
|
| org.apache.commons.jxpath.ri.model.jdom |
Implementation of "model" APIs for JDOM (see jdom.org).
|
| Modifier and Type | Field | Description |
|---|---|---|
private static NodePointerFactory[] |
JXPathContextReferenceImpl.nodeFactoryArray |
| Modifier and Type | Method | Description |
|---|---|---|
static NodePointerFactory[] |
JXPathContextReferenceImpl.getNodePointerFactories() |
Get the registered NodePointerFactories.
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
JXPathContextReferenceImpl.addNodePointerFactory(NodePointerFactory factory) |
Call this with a custom NodePointerFactory to add support for
additional types of objects.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
VariablePointerFactory |
NodePointerFactory to create
VariablePointers. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BeanPointerFactory |
Implements NodePointerFactory for JavaBeans.
|
class |
CollectionPointerFactory |
Implements NodePointerFactory for stand-alone collections.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ContainerPointerFactory |
Implements NodePointerFactory for
Container objects. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DOMPointerFactory |
Implements NodePointerFactory for DOM elements.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DynaBeanPointerFactory |
Implements NodePointerFactory for DynaBeans.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
DynamicPointerFactory |
Implements NodePointerFactory for Dynamic classes like Map.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
JDOMPointerFactory |
Implements NodePointerFactory for DOM elements.
|