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