org.apache.xpath.operations
Class Lte

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

public class Lte
extends Operation


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

Lte

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