Uses of Interface
org.apache.commons.jxpath.ri.Compiler
-
Packages that use Compiler Package Description org.apache.commons.jxpath.ri Reference implementation of JXPath.org.apache.commons.jxpath.ri.compiler XPath parse tree.org.apache.commons.jxpath.ri.parser JavaCC XPath grammar. -
-
Uses of Compiler in org.apache.commons.jxpath.ri
Fields in org.apache.commons.jxpath.ri declared as Compiler Modifier and Type Field Description private static CompilerJXPathContextReferenceImpl. COMPILERMethods in org.apache.commons.jxpath.ri that return Compiler Modifier and Type Method Description protected CompilerJXPathContextReferenceImpl. getCompiler()Returns a static instance of TreeCompiler.Methods in org.apache.commons.jxpath.ri with parameters of type Compiler Modifier and Type Method Description static java.lang.ObjectParser. parseExpression(java.lang.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 Modifier and Type Class Description classTreeCompiler -
Uses of Compiler in org.apache.commons.jxpath.ri.parser
Fields in org.apache.commons.jxpath.ri.parser declared as Compiler Modifier and Type Field Description private CompilerXPathParser. compilerMethods in org.apache.commons.jxpath.ri.parser with parameters of type Compiler Modifier and Type Method Description voidXPathParser. setCompiler(Compiler compiler)
-