public class GreaterThanEvaluator extends AbstractEqualityEvaluator
lhs, rhs| Constructor and Description |
|---|
GreaterThanEvaluator(org.jaxen.expr.RelationalExpr expr,
Properties namespaces) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Element element,
ExecutionContext executionContext)
Does this XPath expression evaluate for the supplied
Element context object. |
boolean |
evaluate(SAXElement element,
ExecutionContext executionContext)
Does this XPath expression evaluate for the supplied
SAXElement context object. |
getLhs, getRhs, toStringgetInstancepublic GreaterThanEvaluator(org.jaxen.expr.RelationalExpr expr,
Properties namespaces)
throws org.jaxen.saxpath.SAXPathException
org.jaxen.saxpath.SAXPathExceptionpublic boolean evaluate(SAXElement element, ExecutionContext executionContext)
XPathExpressionEvaluatorSAXElement context object.
The implementation can update the context to a parent element if the expression targets
multiple contexts.evaluate in class XPathExpressionEvaluatorelement - The SAXElement context to be evaluated against.executionContext - Smooks ExecutionContext.public boolean evaluate(Element element, ExecutionContext executionContext)
XPathExpressionEvaluatorElement context object.
The implementation can update the context to a parent element if the expression targets
multiple contexts.evaluate in class XPathExpressionEvaluatorelement - The Element context to be evaluated against.executionContext - Smooks ExecutionContext.Copyright © 2020. All rights reserved.