public final class PathParsers extends Object
| Modifier and Type | Method and Description |
|---|---|
static NodeList |
findAllByPath(Document doc,
Path path) |
static NodeList |
findAllByPath(String docString,
Path path) |
static NodeList |
findAllByXPath(Document doc,
String extractedXpath) |
static Document |
getDocumentFromString(String exampleString) |
public static Document getDocumentFromString(String exampleString) throws ParserConfigurationException, IOException, SAXException
public static NodeList findAllByPath(String docString, Path path) throws XPathExpressionException, IOException, SAXException, ParserConfigurationException
public static NodeList findAllByPath(Document doc, Path path) throws XPathExpressionException
XPathExpressionExceptionpublic static NodeList findAllByXPath(Document doc, String extractedXpath) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2016. All rights reserved.