org.apache.xpath.operations
Class Number

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

public class Number
extends UnaryOperation


Constructor Summary
Number()
           
 
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

Number

public Number()
Method Detail

operate

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


Copyright © 2000 Apache XML Project. All Rights Reserved.