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, wait
evaluate
protected final XMLInputFactory xmlInputFactory
public void evaluate(InputStream stream) throws Exception
evaluate
in interface XPathEvaluator
Exception
public void evaluate(Source resourceAsSource) throws Exception
evaluate
in interface XPathEvaluator
Exception
Copyright © 2007–2019. All rights reserved.