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 and Description |
---|---|
static CompiledExpression |
JXPathContext.compile(String xpath)
Compiles the supplied XPath and returns an internal representation
of the path that can then be evaluated.
|
protected abstract CompiledExpression |
JXPathContext.compilePath(String xpath)
Overridden by each concrete implementation of JXPathContext
to perform compilation.
|
Modifier and Type | Class and Description |
---|---|
class |
JXPathCompiledExpression
RI of CompiledExpression.
|
Modifier and Type | Method and Description |
---|---|
protected CompiledExpression |
JXPathContextReferenceImpl.compilePath(String xpath) |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.