public class PredicatesEvaluator extends XPathExpressionEvaluator
Constructor and Description |
---|
PredicatesEvaluator() |
Modifier and Type | Method and Description |
---|---|
void |
addEvaluator(XPathExpressionEvaluator evaluator) |
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. |
List<XPathExpressionEvaluator> |
getEvaluators() |
String |
toString() |
getInstance
public void addEvaluator(XPathExpressionEvaluator evaluator)
public List<XPathExpressionEvaluator> getEvaluators()
public boolean evaluate(SAXElement element, ExecutionContext executionContext)
XPathExpressionEvaluator
SAXElement
context object.
The implementation can update the context to a parent element if the expression targets
multiple contexts.evaluate
in class XPathExpressionEvaluator
element
- The SAXElement
context to be evaluated against.executionContext
- Smooks ExecutionContext
.public boolean evaluate(Element element, ExecutionContext executionContext)
XPathExpressionEvaluator
Element
context object.
The implementation can update the context to a parent element if the expression targets
multiple contexts.evaluate
in class XPathExpressionEvaluator
element
- The Element
context to be evaluated against.executionContext
- Smooks ExecutionContext
.Copyright © 2020. All rights reserved.