public class XalanXPathEvaluator extends Object implements XPathExpression.XPathEvaluator
| Modifier and Type | Field and Description |
|---|---|
static String |
DOCUMENT_BUILDER_FACTORY_FEATURE |
| Constructor and Description |
|---|
XalanXPathEvaluator(String xpath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(Filterable m) |
protected boolean |
evaluate(InputSource inputSource) |
protected boolean |
evaluate(String text) |
protected void |
setupFeatures(DocumentBuilderFactory factory) |
public static final String DOCUMENT_BUILDER_FACTORY_FEATURE
public XalanXPathEvaluator(String xpath)
public boolean evaluate(Filterable m) throws FilterException
evaluate in interface XPathExpression.XPathEvaluatorFilterExceptionprotected boolean evaluate(String text)
protected boolean evaluate(InputSource inputSource)
protected void setupFeatures(DocumentBuilderFactory factory)
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.