public class JAXPXPathEvaluator extends Object implements XPathExpression.XPathEvaluator
| Constructor and Description |
|---|
JAXPXPathEvaluator(String xpathExpression,
DocumentBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Filterable m) |
protected boolean |
evaluate(InputSource inputSource) |
protected boolean |
evaluate(String text) |
String |
toString() |
public JAXPXPathEvaluator(String xpathExpression, DocumentBuilder builder)
public boolean evaluate(Filterable m) throws FilterException
evaluate in interface XPathExpression.XPathEvaluatorFilterExceptionprotected boolean evaluate(String text)
protected boolean evaluate(InputSource inputSource)
Copyright © 2021 The Apache Software Foundation. All rights reserved.