org.apache.xpath.operations
Class NotEquals

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

public class NotEquals
extends Operation


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

NotEquals

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