Uses of Interface
org.apache.commons.jxpath.CompiledExpression
-
Packages that use CompiledExpression Package Description org.apache.commons.jxpath Public, abstract part of JXPath: interfaces and configuration.org.apache.commons.jxpath.ri Reference implementation of JXPath. -
-
Uses of CompiledExpression in org.apache.commons.jxpath
Methods in org.apache.commons.jxpath that return CompiledExpression 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. -
Uses of CompiledExpression in org.apache.commons.jxpath.ri
Classes in org.apache.commons.jxpath.ri that implement CompiledExpression Modifier and Type Class Description class
JXPathCompiledExpression
RI of CompiledExpression.Methods in org.apache.commons.jxpath.ri that return CompiledExpression Modifier and Type Method Description protected CompiledExpression
JXPathContextReferenceImpl. compilePath(java.lang.String xpath)
-