Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.util |
Utility classes to assist with JXPath implementation(s) and/or usage.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedKeyManager
More complete implementation for the XPath
"key()" function. |
Modifier and Type | Field and Description |
---|---|
protected KeyManager |
JXPathContext.keyManager
KeyManager
|
Modifier and Type | Method and Description |
---|---|
KeyManager |
JXPathContext.getKeyManager()
Returns this context's key manager.
|
Modifier and Type | Method and Description |
---|---|
void |
JXPathContext.setKeyManager(KeyManager keyManager)
Install a key manager that will be used by the context
to look up a node by a key value.
|
Modifier and Type | Class and Description |
---|---|
private static class |
KeyManagerUtils.SingleNodeExtendedKeyManager
Adapt KeyManager to implement ExtendedKeyManager.
|
Modifier and Type | Field and Description |
---|---|
private KeyManager |
KeyManagerUtils.SingleNodeExtendedKeyManager.delegate |
Modifier and Type | Method and Description |
---|---|
static ExtendedKeyManager |
KeyManagerUtils.getExtendedKeyManager(KeyManager keyManager)
Get an ExtendedKeyManager from the specified KeyManager.
|
Constructor and Description |
---|
SingleNodeExtendedKeyManager(KeyManager delegate)
Create a new SingleNodeExtendedKeyManager.
|