Package | Description |
---|---|
org.apache.commons.jxpath |
Public, abstract part of JXPath: interfaces and configuration.
|
org.apache.commons.jxpath.ri |
Reference implementation of JXPath.
|
Modifier and Type | Method | Description |
---|---|---|
static CompiledExpression |
JXPathContext.compile(java.lang.String xpath) |
Compiles the supplied XPath and returns an internal representation
of the path that can then be evaluated.
|
protected abstract CompiledExpression |
JXPathContext.compilePath(java.lang.String xpath) |
Overridden by each concrete implementation of JXPathContext
to perform compilation.
|
Modifier and Type | Class | Description |
---|---|---|
class |
JXPathCompiledExpression |
RI of CompiledExpression.
|
Modifier and Type | Method | Description |
---|---|---|
protected CompiledExpression |
JXPathContextReferenceImpl.compilePath(java.lang.String xpath) |