public abstract class AbstractEqualityEvaluator extends XPathExpressionEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected Value |
lhs |
protected Value |
rhs |
| Constructor and Description |
|---|
AbstractEqualityEvaluator(org.jaxen.expr.BinaryExpr expr,
Properties namespaces) |
| Modifier and Type | Method and Description |
|---|---|
Value |
getLhs() |
Value |
getRhs() |
String |
toString() |
evaluate, evaluate, getInstancepublic AbstractEqualityEvaluator(org.jaxen.expr.BinaryExpr expr,
Properties namespaces)
throws org.jaxen.saxpath.SAXPathException
org.jaxen.saxpath.SAXPathExceptionCopyright © 2020. All rights reserved.