Uses of Class
org.apache.commons.jxpath.ri.axes.RootContext
-
Packages that use RootContext Package Description 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 Modifier and Type Field Description protected RootContextEvalContext. rootContextroot contextMethods in org.apache.commons.jxpath.ri that return RootContext Modifier and Type Method Description RootContextEvalContext. 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 Modifier and Type Method Description RootContextRootContext. getRootContext()
-