Package sonia.scm.util
Class XmlUtil
java.lang.Object
sonia.scm.util.XmlUtil
Util methods to handle xml files.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionstatic Document
createDocument
(InputStream stream) values
(InputStream input, String... entries)
-
Method Details
-
createDocument
public static Document createDocument(InputStream stream) throws ParserConfigurationException, SAXException, IOException -
values
public static com.google.common.collect.Multimap<String,String> values(InputStream input, String... entries) throws IOException - Throws:
IOException
-
values
public static com.google.common.collect.Multimap<String,String> values(Document doc, String... entries) throws IOException - Throws:
IOException
-