public class XalanXPathEvaluator extends Object implements XPathExpression.XPathEvaluator
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) |
public XalanXPathEvaluator(String xpath)
public boolean evaluate(Filterable m) throws FilterException
evaluate
in interface XPathExpression.XPathEvaluator
FilterException
protected boolean evaluate(String text)
protected boolean evaluate(InputSource inputSource)
Copyright © 2018 JBoss by Red Hat. All rights reserved.