Package org.apache.xmlbeans.impl.common
Class LoadSaveUtils
- java.lang.Object
-
- org.apache.xmlbeans.impl.common.LoadSaveUtils
-
public class LoadSaveUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LoadSaveUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
xmlStreamReader2XmlText(javax.xml.stream.XMLStreamReader xsr, java.io.OutputStream os)
static org.w3c.dom.Document
xmlText2GenericDom(java.io.InputStream is, org.w3c.dom.Document emptyDoc)
-
-
-
Method Detail
-
xmlText2GenericDom
public static org.w3c.dom.Document xmlText2GenericDom(java.io.InputStream is, org.w3c.dom.Document emptyDoc) throws org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException, java.io.IOException
- Throws:
org.xml.sax.SAXException
javax.xml.parsers.ParserConfigurationException
java.io.IOException
-
xmlStreamReader2XmlText
public static void xmlStreamReader2XmlText(javax.xml.stream.XMLStreamReader xsr, java.io.OutputStream os) throws javax.xml.stream.XMLStreamException
- Throws:
javax.xml.stream.XMLStreamException
-
-