org.apache.xpath.operations
Class Gt

java.lang.Object
  |
  +--org.apache.xpath.Expression
        |
        +--org.apache.xpath.operations.Operation
              |
              +--org.apache.xpath.operations.Gt

public class Gt
extends Operation


Constructor Summary
Gt()
           
 
Method Summary
 XObject operate(XObject left, XObject right)
           
 
Methods inherited from class org.apache.xpath.operations.Operation
execute, setLeftRight
 
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

Gt

public Gt()
Method Detail

operate

public XObject operate(XObject left,
                       XObject right)
                throws SAXException
Overrides:
operate in class Operation


Copyright © 2000 Apache XML Project. All Rights Reserved.