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.Variables

Uses of Variables in org.apache.commons.jxpath
 

Classes in org.apache.commons.jxpath that implement Variables
 class BasicVariables
          A basic implementation of the Variables interface that uses a HashMap.
 

Fields in org.apache.commons.jxpath declared as Variables
protected  Variables JXPathContext.vars
           
 

Methods in org.apache.commons.jxpath that return Variables
 Variables JXPathContext.getVariables()
          Returns the variable pool associated with the context.
 

Methods in org.apache.commons.jxpath with parameters of type Variables
 void JXPathContext.setVariables(Variables vars)
          Installs a custom implementation of the Variables interface.