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 | Method and Description |
---|---|
static NodePointerFactory[] |
JXPathContextReferenceImpl.getNodePointerFactories()
Get the registered NodePointerFactories.
|
Modifier and Type | Method and 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 and Description |
---|---|
class |
VariablePointerFactory
NodePointerFactory to create
VariablePointers . |
Modifier and Type | Class and Description |
---|---|
class |
BeanPointerFactory
Implements NodePointerFactory for JavaBeans.
|
class |
CollectionPointerFactory
Implements NodePointerFactory for stand-alone collections.
|
Modifier and Type | Class and Description |
---|---|
class |
ContainerPointerFactory
Implements NodePointerFactory for
Container objects. |
Modifier and Type | Class and Description |
---|---|
class |
DOMPointerFactory
Implements NodePointerFactory for DOM elements.
|
Modifier and Type | Class and Description |
---|---|
class |
DynaBeanPointerFactory
Implements NodePointerFactory for DynaBeans.
|
class |
StrictLazyDynaBeanPointerFactory
Implemented in response to [JXPATH-144].
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicPointerFactory
Implements NodePointerFactory for Dynamic classes like Map.
|
Modifier and Type | Class and Description |
---|---|
class |
JDOMPointerFactory
Implements NodePointerFactory for DOM elements.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.