org.planx.xpath.expr.operator
Class UnionOperator
java.lang.Object
org.planx.xpath.expr.Expression
org.planx.xpath.expr.operator.Operator
org.planx.xpath.expr.operator.UnionOperator
public class UnionOperator
- extends Operator
A union between two expressions returning node sets.
| Fields inherited from class org.planx.xpath.expr.operator.Operator |
e1, e2 |
UnionOperator
public UnionOperator(Expression e1,
Expression e2)
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.