Uses of Class
com.caucho.xpath.VarEnv

Packages that use VarEnv
com.caucho.jsp   
com.caucho.xpath Finding and selecting XML nodes using XSL patterns. 
 

Uses of VarEnv in com.caucho.jsp
 

Subclasses of VarEnv in com.caucho.jsp
 class PageContextImpl.PageVarEnv
          Represents the XPath environment for this page.
 

Methods in com.caucho.jsp that return VarEnv
 VarEnv PageContextImpl.getVarEnv()
          Returns the XPath variable environment corresponding to this page
 

Uses of VarEnv in com.caucho.xpath
 

Methods in com.caucho.xpath that return VarEnv
 VarEnv Env.getVarEnv()
          Returns the variable environment.
 

Methods in com.caucho.xpath with parameters of type VarEnv
 void Env.setVarEnv(VarEnv varEnv)
          Sets the variable environment.