org.apache.xpath.operations
Class Gte

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

public class Gte
extends Operation


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

Gte

public Gte()
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.