public class XpathQueryRunner extends Object
| Constructor and Description |
|---|
XpathQueryRunner(byte[] originalSource) |
XpathQueryRunner(InputStream sourceXml) |
| Modifier and Type | Method and Description |
|---|---|
String |
executeXpath(String xPathQuery) |
List<String> |
executeXpathAsList(String xPathQuery) |
public XpathQueryRunner(InputStream sourceXml) throws IOException
IOExceptionpublic XpathQueryRunner(byte[] originalSource)
public List<String> executeXpathAsList(String xPathQuery) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2016. All rights reserved.