public class PassThruEvaluator extends XPathExpressionEvaluator
| Modifier and Type | Field and Description |
|---|---|
static PassThruEvaluator |
INSTANCE |
| 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. |
String |
toString() |
getInstancepublic static final PassThruEvaluator INSTANCE
public 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.