Uses of Class
com.caucho.xpath.StylesheetEnv

Packages that use StylesheetEnv
com.caucho.xpath Finding and selecting XML nodes using XSL patterns. 
com.caucho.xpath.pattern   
 

Uses of StylesheetEnv in com.caucho.xpath
 

Methods in com.caucho.xpath that return StylesheetEnv
 StylesheetEnv Env.getStylesheetEnv()
           
 StylesheetEnv ExprEnvironment.getStylesheetEnv()
          Returns the StylesheetEnv
 

Methods in com.caucho.xpath with parameters of type StylesheetEnv
 void Env.setStylesheetEnv(StylesheetEnv stylesheetEnv)
           
 

Uses of StylesheetEnv in com.caucho.xpath.pattern
 

Methods in com.caucho.xpath.pattern that return StylesheetEnv
 StylesheetEnv NodeIterator.getStylesheetEnv()
          Returns the stylesheet environment.