public abstract class AbstractLogicalEvaluator extends XPathExpressionEvaluator
Modifier and Type | Field and Description |
---|---|
protected XPathExpressionEvaluator |
lhs |
protected XPathExpressionEvaluator |
rhs |
Constructor and Description |
---|
AbstractLogicalEvaluator(org.jaxen.expr.LogicalExpr expr,
SelectorStep selectorStep,
Properties namespaces) |
Modifier and Type | Method and Description |
---|---|
XPathExpressionEvaluator |
getLhs() |
XPathExpressionEvaluator |
getRhs() |
String |
toString() |
evaluate, evaluate, getInstance
protected XPathExpressionEvaluator lhs
protected XPathExpressionEvaluator rhs
public AbstractLogicalEvaluator(org.jaxen.expr.LogicalExpr expr, SelectorStep selectorStep, Properties namespaces) throws org.jaxen.saxpath.SAXPathException
org.jaxen.saxpath.SAXPathException
public XPathExpressionEvaluator getLhs()
public XPathExpressionEvaluator getRhs()
Copyright © 2020. All rights reserved.