Uses of Package
org.apache.xpath.operations

Packages that use org.apache.xpath.operations
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.apache.xpath.compiler Implements an XPath parser which produces an OpMap, and a so-called Compiler which produces an expression tree for fast evaluation. 
org.apache.xpath.operations Support for XPath operations, such as +, -, string(), etc. 
 

Classes in org.apache.xpath.operations used by org.apache.xpath
Operation
          The baseclass for a binary operation.
UnaryOperation
          The unary operation base class.
Variable
          The variable reference expression executer.
 

Classes in org.apache.xpath.operations used by org.apache.xpath.compiler
Operation
          The baseclass for a binary operation.
UnaryOperation
          The unary operation base class.
 

Classes in org.apache.xpath.operations used by org.apache.xpath.operations
Operation
          The baseclass for a binary operation.
UnaryOperation
          The unary operation base class.
Variable
          The variable reference expression executer.