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, getInstance
public AbstractEqualityEvaluator(org.jaxen.expr.BinaryExpr expr, Properties namespaces) throws org.jaxen.saxpath.SAXPathException
org.jaxen.saxpath.SAXPathException
Copyright © 2020. All rights reserved.