public abstract class AbstractXPathEvaluator extends Object implements XPathEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected XMLInputFactory |
xmlInputFactory |
| Constructor and Description |
|---|
AbstractXPathEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
evaluate(InputStream stream) |
void |
evaluate(Source resourceAsSource) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateprotected final XMLInputFactory xmlInputFactory
public void evaluate(InputStream stream) throws Exception
evaluate in interface XPathEvaluatorExceptionpublic void evaluate(Source resourceAsSource) throws Exception
evaluate in interface XPathEvaluatorExceptionCopyright © 2007–2021. All rights reserved.