Uses of Class
jd.xml.xpath.expr.operator.NodeSetOperator

Packages that use NodeSetOperator
jd.xml.xpath.expr.operator Contains classes representing various XPath operators. 
jd.xml.xpath.expr.path   
 

Uses of NodeSetOperator in jd.xml.xpath.expr.operator
 

Subclasses of NodeSetOperator in jd.xml.xpath.expr.operator
 class Union
          Union represents the '|' expression.
 

Uses of NodeSetOperator in jd.xml.xpath.expr.path
 

Subclasses of NodeSetOperator in jd.xml.xpath.expr.path
 class ComposedPath
          ComposedPath is an expression for the production rule "FilterExpr '/' RelativeLocationPath".