Uses of Interface
org.apache.commons.jxpath.ri.Compiler
Packages that use Compiler
Package
Description
Reference implementation of JXPath.
XPath parse tree.
-
Uses of Compiler in org.apache.commons.jxpath.ri
Methods in org.apache.commons.jxpath.ri that return CompilerModifier and TypeMethodDescriptionprotected Compiler
JXPathContextReferenceImpl.getCompiler()
Returns a static instance of TreeCompiler.Methods in org.apache.commons.jxpath.ri with parameters of type CompilerModifier and TypeMethodDescriptionstatic Object
Parser.parseExpression
(String expression, Compiler compiler) Parses the XPath expression. -
Uses of Compiler in org.apache.commons.jxpath.ri.compiler
Classes in org.apache.commons.jxpath.ri.compiler that implement Compiler