public final class XPathExpression extends java.lang.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 |
|---|---|
java.lang.Object |
evaluate(Filterable message) |
boolean |
matches(Filterable message) |
java.lang.String |
toString() |
public static XPathExpression.XPathEvaluatorFactory XPATH_EVALUATOR_FACTORY
public java.lang.Object evaluate(Filterable message) throws FilterException
evaluate in interface ExpressionFilterExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean matches(Filterable message) throws FilterException
matches in interface BooleanExpressionmessage - FilterExceptionCopyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.