Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
org.apache.commons.jxpath.ri.axes |
Implementations of EvalContext used for different XPath axes (child::, parent:: etc).
|
org.apache.commons.jxpath.ri.model |
The "model" package defines APIs that are implemented
for every object model to be supported by JXPath.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicNodeSet
A simple implementation of
NodeSet that behaves as a collection
of pointers. |
Modifier and Type | Method and Description |
---|---|
NodeSet |
ExtendedKeyManager.getNodeSetByKey(JXPathContext context,
String key,
Object value)
Find a NodeSet by key/value.
|
NodeSet |
JXPathContext.getNodeSetByKey(String key,
Object value)
Locates a NodeSet by key/value.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicNodeSet.add(NodeSet nodeSet)
Add the specified NodeSet to this NodeSet.
|
Modifier and Type | Method and Description |
---|---|
NodeSet |
EvalContext.getNodeSet()
Returns the list of all Pointers in this context for all positions
of the parent contexts.
|
Modifier and Type | Method and Description |
---|---|
NodeSet |
NodeSetContext.getNodeSet() |
Constructor and Description |
---|
NodeSetContext(EvalContext parentContext,
NodeSet nodeSet)
Create a new NodeSetContext.
|
Modifier and Type | Method and Description |
---|---|
NodeSet |
NodePointer.getNodeSetByKey(JXPathContext context,
String key,
Object value)
Find a NodeSet by key/value.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.