Class 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)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoadSaveUtils

        public LoadSaveUtils()
    • 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