| 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 | Description |
|---|---|---|
interface |
ExtendedKeyManager |
More complete implementation for the XPath
"key()" function. |
| Modifier and Type | Field | Description |
|---|---|---|
protected KeyManager |
JXPathContext.keyManager |
KeyManager
|
| Modifier and Type | Method | Description |
|---|---|---|
KeyManager |
JXPathContext.getKeyManager() |
Returns this context's key manager.
|
| Modifier and Type | Method | 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 | Description |
|---|---|---|
private static class |
KeyManagerUtils.SingleNodeExtendedKeyManager |
Adapt KeyManager to implement ExtendedKeyManager.
|
| Modifier and Type | Field | Description |
|---|---|---|
private KeyManager |
KeyManagerUtils.SingleNodeExtendedKeyManager.delegate |
| Modifier and Type | Method | Description |
|---|---|---|
static ExtendedKeyManager |
KeyManagerUtils.getExtendedKeyManager(KeyManager keyManager) |
Get an ExtendedKeyManager from the specified KeyManager.
|
| Constructor | Description |
|---|---|
SingleNodeExtendedKeyManager(KeyManager delegate) |
Create a new SingleNodeExtendedKeyManager.
|