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 Expression
FilterException
public boolean matches(Filterable message) throws FilterException
matches
in interface BooleanExpression
message
- FilterException
Copyright © 2018 JBoss by Red Hat. All rights reserved.