Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
org.apache.commons.jxpath.ri.Compiler

Uses of Compiler in org.apache.commons.jxpath.ri
 

Fields in org.apache.commons.jxpath.ri declared as Compiler
private static Compiler JXPathContextReferenceImpl.COMPILER
           
 

Methods in org.apache.commons.jxpath.ri that return Compiler
protected  Compiler JXPathContextReferenceImpl.getCompiler()
          Returns a static instance of TreeCompiler.
 

Methods in org.apache.commons.jxpath.ri with parameters of type Compiler
static java.lang.Object Parser.parseExpression(java.lang.String expression, Compiler compiler)
          Parses the XPath expression.