| Package | Description |
|---|---|
| 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).
|
| Class | Description |
|---|---|
| RootContext |
EvalContext that is used to hold the root node for the path traversal.
|
| Class | Description |
|---|---|
| NodeSetContext |
A simple context that is based on a
NodeSet. |
| RootContext |
EvalContext that is used to hold the root node for the path traversal.
|