Class DatabaseXmlWriter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  DatabaseXmlWriter.IndentXmlStreamWriter
      Wraps an XMLStreamWriter class to write XML data to the given Writer.
    • Constructor Summary

      Constructors 
      Constructor Description
      DatabaseXmlWriter​(java.util.Iterator<DatabaseVersion> databaseVersions, java.io.PrintWriter out)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • write

        public void write()
                   throws javax.xml.stream.XMLStreamException,
                          java.io.IOException
        Throws:
        javax.xml.stream.XMLStreamException
        java.io.IOException