org.xmlpull.v1.builder.xpath.jaxen.expr
Class DefaultUnionExpr
java.lang.Object
org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultExpr
org.xmlpull.v1.builder.xpath.jaxen.expr.DefaultUnionExpr
- All Implemented Interfaces:
- java.io.Serializable, BinaryExpr, Expr, UnionExpr
public class DefaultUnionExpr
- extends DefaultExpr
- implements UnionExpr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.xmlpull.v1.builder.xpath.jaxen.expr.Expr |
getText, simplify |
DefaultUnionExpr
public DefaultUnionExpr(Expr lhs,
Expr rhs)
getOperator
public java.lang.String getOperator()
toString
public java.lang.String toString()
evaluate
public java.lang.Object evaluate(Context context)
throws JaxenException
- Specified by:
evaluate in interface Expr
- Throws:
JaxenException
getLHS
public Expr getLHS()
- Specified by:
getLHS in interface BinaryExpr
getRHS
public Expr getRHS()
- Specified by:
getRHS in interface BinaryExpr
setLHS
public void setLHS(Expr lhs)
setRHS
public void setRHS(Expr rhs)
getText
public java.lang.String getText()
- Specified by:
getText in interface Expr
simplify
public Expr simplify()
- Specified by:
simplify in interface Expr- Overrides:
simplify in class DefaultExpr