Class DatabaseXmlWriter.IndentXmlStreamWriter

  • Enclosing class:
    DatabaseXmlWriter

    public static class DatabaseXmlWriter.IndentXmlStreamWriter
    extends java.lang.Object
    Wraps an XMLStreamWriter class to write XML data to the given Writer.

    The class extends the regular xml stream writer to add tab-based indents to the structure. The output is well-formatted human-readable XML.

    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • IndentXmlStreamWriter

        public IndentXmlStreamWriter​(java.io.Writer out)
                              throws javax.xml.stream.XMLStreamException
        Throws:
        javax.xml.stream.XMLStreamException