Uses of Class
org.apache.xpath.operations.UnaryOperation

Packages that use UnaryOperation
org.apache.xpath.operations Support for XPath operations, such as +, -, string(), etc. 
 

Uses of UnaryOperation in org.apache.xpath.operations
 

Subclasses of UnaryOperation in org.apache.xpath.operations
 class Bool
          The 'boolean()' operation expression executer.
 class Neg
          The unary '-' operation expression executer.
 class Number
          The 'number()' operation expression executer.
 class String
          The 'string()' operation expression executer.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.