Uses of Interface
org.apache.commons.jxpath.ri.Compiler
Packages that use Compiler
Package
Description
Reference implementation of JXPath.
XPath parse tree.
JavaCC XPath grammar.
-
Uses of Compiler in org.apache.commons.jxpath.ri
Fields in org.apache.commons.jxpath.ri declared as CompilerModifier and TypeFieldDescriptionprivate static final Compiler
JXPathContextReferenceImpl.COMPILER
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 -
Uses of Compiler in org.apache.commons.jxpath.ri.parser
Fields in org.apache.commons.jxpath.ri.parser declared as CompilerMethods in org.apache.commons.jxpath.ri.parser with parameters of type Compiler