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 | Method and Description |
---|---|
static ExtendedKeyManager |
KeyManagerUtils.getExtendedKeyManager(KeyManager keyManager)
Get an ExtendedKeyManager from the specified KeyManager.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.