org.apache.xpath.operations
Class And

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

public class And
extends Operation


Constructor Summary
And()
           
 
Method Summary
 XObject execute(XPathContext xctxt)
          AND two expressions and return the boolean result.
 
Methods inherited from class org.apache.xpath.operations.Operation
operate, 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

And

public And()
Method Detail

execute

public XObject execute(XPathContext xctxt)
                throws SAXException
AND two expressions and return the boolean result. Override superclass method for optimization purposes.
Overrides:
execute in class Operation


Copyright © 2000 Apache XML Project. All Rights Reserved.