Uses of Class
org.apache.commons.jxpath.ri.axes.NodeSetContext
Packages that use NodeSetContext
Package
Description
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.axesModifier and TypeClassDescriptionclass
EvalContext that represents a union between other contexts - result of a union operation like (a | b)