Package com.github.pjfanning.xlsx
Class XmlUtils
- java.lang.Object
-
- com.github.pjfanning.xlsx.XmlUtils
-
public class XmlUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description XmlUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DocumentreadDocument(InputStream inp)static NodeListsearchForNodeList(Document document, String xpath)
-
-
-
Method Detail
-
readDocument
public static Document readDocument(InputStream inp) throws IOException, SAXException, ParserConfigurationException
-
-