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

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

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

Subclasses of NodeSetContext in org.apache.commons.jxpath.ri.axes
 class UnionContext
          EvalContext that represents a union between other contexts - result of a union operation like (a | b)