Interface XPathExpression.XPathEvaluator
-
- All Known Implementing Classes:
JAXPXPathEvaluator
- Enclosing class:
- XPathExpression
public static interface XPathExpression.XPathEvaluator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(Filterable message)
-
-
-
Method Detail
-
evaluate
boolean evaluate(Filterable message) throws FilterException
- Throws:
FilterException
-
-