org.apache.xpath.operations
Class Bool

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

public class Bool
extends UnaryOperation


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

Bool

public Bool()
Method Detail

operate

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


Copyright © 2000 Apache XML Project. All Rights Reserved.