Package org.iqtig.xpacker.support
Class XmlSupport
- java.lang.Object
-
- org.iqtig.xpacker.support.XmlSupport
-
public final class XmlSupport extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
createDocumentFromIs(InputStream is)
static String
createStringFromDocument(Document document)
Sonar SuppressWarnings siehe: org.iqtig.xpacker.impl.XPacker#xmlOut(org.w3c.dom.Document, java.io.OutputStream)
-
-
-
Method Detail
-
createDocumentFromIs
public static Document createDocumentFromIs(InputStream is) throws IOException, SAXException, ParserConfigurationException
-
createStringFromDocument
public static String createStringFromDocument(Document document) throws TransformerException
Sonar SuppressWarnings siehe: org.iqtig.xpacker.impl.XPacker#xmlOut(org.w3c.dom.Document, java.io.OutputStream)- Throws:
TransformerException
-
-