public final class XPathExpression extends Object implements BooleanExpression
| Modifier and Type | Class and Description |
|---|---|
static interface |
XPathExpression.XPathEvaluator |
static interface |
XPathExpression.XPathEvaluatorFactory |
| Modifier and Type | Field and Description |
|---|---|
static XPathExpression.XPathEvaluatorFactory |
XPATH_EVALUATOR_FACTORY |
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Filterable message) |
boolean |
matches(Filterable message) |
String |
toString() |
public static XPathExpression.XPathEvaluatorFactory XPATH_EVALUATOR_FACTORY
public Object evaluate(Filterable message) throws FilterException
evaluate in interface ExpressionFilterExceptionpublic boolean matches(Filterable message) throws FilterException
matches in interface BooleanExpressionmessage - FilterExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.