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.
|
org.apache.commons.jxpath.util |
Utility classes to assist with JXPath implementation(s) and/or usage.
|
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,
java.lang.String key,
java.lang.Object value)
Find a NodeSet by key/value.
|
NodeSet |
JXPathContext.getNodeSetByKey(java.lang.String key,
java.lang.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 | Field and Description |
---|---|
private NodeSet |
NodeSetContext.nodeSet |
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,
java.lang.String key,
java.lang.Object value)
Find a NodeSet by key/value.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
BasicTypeConverter.ValueNodeSet
NodeSet implementation
|
Modifier and Type | Method and Description |
---|---|
NodeSet |
KeyManagerUtils.SingleNodeExtendedKeyManager.getNodeSetByKey(JXPathContext context,
java.lang.String key,
java.lang.Object value) |