| 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).
|
| Modifier and Type | Field | Description |
|---|---|---|
protected RootContext |
EvalContext.rootContext |
root context
|
| Modifier and Type | Method | Description |
|---|---|---|
RootContext |
EvalContext.getRootContext() |
Returns the root context of the path, which provides easy
access to variables and functions.
|
| Modifier and Type | Method | Description |
|---|---|---|
RootContext |
RootContext.getRootContext() |