org.planx.xpath.expr.operator
Class AndOperator

java.lang.Object
  extended by org.planx.xpath.expr.Expression
      extended by org.planx.xpath.expr.operator.Operator
          extended by org.planx.xpath.expr.operator.AndOperator

public class AndOperator
extends Operator

And operator


Field Summary
 
Fields inherited from class org.planx.xpath.expr.operator.Operator
e1, e2
 
Constructor Summary
AndOperator(Expression e1, Expression e2)
           
 
Method Summary
protected  XObject evaluate(XObject o1, XObject o2, Navigator navigator)
           
protected  String operatorName()
           
 
Methods inherited from class org.planx.xpath.expr.operator.Operator
evaluate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AndOperator

public AndOperator(Expression e1,
                   Expression e2)
Method Detail

evaluate

protected XObject evaluate(XObject o1,
                           XObject o2,
                           Navigator navigator)
                    throws XPathException
Specified by:
evaluate in class Operator
Throws:
XPathException

operatorName

protected String operatorName()
Specified by:
operatorName in class Operator


Copyright © 2010. All Rights Reserved.