|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.planx.xpath.expr.Expression
org.planx.xpath.expr.operator.Operator
org.planx.xpath.expr.operator.OrOperator
public class OrOperator
Or operator
| Field Summary |
|---|
| Fields inherited from class org.planx.xpath.expr.operator.Operator |
|---|
e1, e2 |
| Constructor Summary | |
|---|---|
OrOperator(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 |
|---|
public OrOperator(Expression e1,
Expression e2)
| Method Detail |
|---|
protected XObject evaluate(XObject o1,
XObject o2,
Navigator navigator)
throws XPathException
evaluate in class OperatorXPathExceptionprotected String operatorName()
operatorName in class Operator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||