Package org.apache.xmlbeans.impl.common
Class LoadSaveUtils
java.lang.Object
org.apache.xmlbeans.impl.common.LoadSaveUtils
public class LoadSaveUtils extends Object
-
Constructor Summary
Constructors Constructor Description LoadSaveUtils()
-
Method Summary
Modifier and Type Method Description static void
xmlStreamReader2XmlText(XMLStreamReader xsr, OutputStream os)
static Document
xmlText2GenericDom(InputStream is, Document emptyDoc)
-
Constructor Details
-
LoadSaveUtils
public LoadSaveUtils()
-
-
Method Details
-
xmlText2GenericDom
public static Document xmlText2GenericDom(InputStream is, Document emptyDoc) throws SAXException, ParserConfigurationException, IOException -
xmlStreamReader2XmlText
public static void xmlStreamReader2XmlText(XMLStreamReader xsr, OutputStream os) throws XMLStreamException- Throws:
XMLStreamException
-