org.apache.xpath.operations
Class Neg

java.lang.Object
  |
  +--org.apache.xpath.Expression
        |
        +--org.apache.xpath.operations.UnaryOperation
              |
              +--org.apache.xpath.operations.Neg

public class Neg
extends UnaryOperation


Constructor Summary
Neg()
           
 
Method Summary
 XObject operate(XObject right)
           
 
Methods inherited from class org.apache.xpath.operations.UnaryOperation
execute, setRight
 
Methods inherited from class org.apache.xpath.Expression
assert, error, warn
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neg

public Neg()
Method Detail

operate

public XObject operate(XObject right)
                throws SAXException
Overrides:
operate in class UnaryOperation


Copyright © 2000 Apache XML Project. All Rights Reserved.