Uses of Class
org.apache.commons.jxpath.ri.axes.RootContext

Packages that use RootContext
org.apache.commons.jxpath.ri Reference implementation of JXPath. 
org.apache.commons.jxpath.ri.axes Implementations of EvalContext used for different XPath axes (child::, parent:: etc). 
 

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

Fields in org.apache.commons.jxpath.ri declared as RootContext
protected  RootContext EvalContext.rootContext
           
 

Methods in org.apache.commons.jxpath.ri that return RootContext
 RootContext EvalContext.getRootContext()
          Returns the root context of the path, which provides easy access to variables and functions.
 

Uses of RootContext in org.apache.commons.jxpath.ri.axes
 

Methods in org.apache.commons.jxpath.ri.axes that return RootContext
 RootContext RootContext.getRootContext()
           
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.