Package jd.xml.xpath.expr.operator

Contains classes representing various XPath operators.

See:
          Description

Interface Summary
Operator A common interface for operator expressions.
 

Class Summary
Add Add represents the '+' expression.
And And represents the 'and' expression.
BooleanOperator BooleanOperator is a base class for operators that operate on booleans.
Divide Add represents the 'div' expression.
Modulo Mod represents the 'mod' expression.
Multiply Multiply represents the '*' expression.
NodeSetOperator NodeSetOperator is a base class for operations that take two node-set expression arguments and return a node-set.
NumericOperator NumericOperator is a base class for numeric operations.
Or Or represents the 'or' expression.
Subtract Subtract represents the '-' expression.
Union Union represents the '|' expression.
 

Package jd.xml.xpath.expr.operator Description

Contains classes representing various XPath operators.