Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected AbstractFactory |
JXPathContext.factory
AbstractFactory
|
Modifier and Type | Method and Description |
---|---|
AbstractFactory |
JXPathContext.getFactory()
Returns the AbstractFactory installed on this context.
|
Modifier and Type | Method and Description |
---|---|
void |
JXPathContext.setFactory(AbstractFactory factory)
Install an abstract factory that should be used by the
createPath() and createPathAndSetValue()
methods. |
Modifier and Type | Method and Description |
---|---|
protected AbstractFactory |
NodePointer.getAbstractFactory(JXPathContext context)
Get the AbstractFactory associated with the specified JXPathContext.
|
Modifier and Type | Method and Description |
---|---|
private JXPathAbstractFactoryException |
NullPropertyPointer.createBadFactoryException(AbstractFactory factory)
Create a "bad factory" JXPathAbstractFactoryException for the specified AbstractFactory.
|