|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyManager | |
|---|---|
| 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. |
| Uses of KeyManager in org.apache.commons.jxpath |
|---|
| Subinterfaces of KeyManager in org.apache.commons.jxpath | |
|---|---|
interface |
ExtendedKeyManager
More complete implementation for the XPath "key()" function. |
| Fields in org.apache.commons.jxpath declared as KeyManager | |
|---|---|
protected KeyManager |
JXPathContext.keyManager
KeyManager |
| Methods in org.apache.commons.jxpath that return KeyManager | |
|---|---|
KeyManager |
JXPathContext.getKeyManager()
Returns this context's key manager. |
| Methods in org.apache.commons.jxpath with parameters of type KeyManager | |
|---|---|
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. |
| Uses of KeyManager in org.apache.commons.jxpath.util |
|---|
| Classes in org.apache.commons.jxpath.util that implement KeyManager | |
|---|---|
private static class |
KeyManagerUtils.SingleNodeExtendedKeyManager
Adapt KeyManager to implement ExtendedKeyManager. |
| Fields in org.apache.commons.jxpath.util declared as KeyManager | |
|---|---|
private KeyManager |
KeyManagerUtils.SingleNodeExtendedKeyManager.delegate
|
| Methods in org.apache.commons.jxpath.util with parameters of type KeyManager | |
|---|---|
static ExtendedKeyManager |
KeyManagerUtils.getExtendedKeyManager(KeyManager keyManager)
Get an ExtendedKeyManager from the specified KeyManager. |
| Constructors in org.apache.commons.jxpath.util with parameters of type KeyManager | |
|---|---|
KeyManagerUtils.SingleNodeExtendedKeyManager(KeyManager delegate)
Create a new SingleNodeExtendedKeyManager. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||