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) |
public static NodeList findAllByPath(String docString, Path path) throws XPathExpressionException, IOException, SAXException, ParserConfigurationException
public static NodeList findAllByPath(Document doc, Path path) throws XPathExpressionException
XPathExpressionExceptionCopyright © 2016. All rights reserved.