Class XDBXWriterXml

All Implemented Interfaces:
Closeable, AutoCloseable, ContentWriter, ContentHandler, LexicalHandler

public class XDBXWriterXml extends AbstractXDBXWriter
XDBXWriterXml writes SAX content handler events to binary XML.
Version:
1.0 Dev 20, 2024
Author:
Willem Cazander
  • Constructor Details

    • XDBXWriterXml

      public XDBXWriterXml(OutputStream out)
      Creates XmlWriter which prints to the OutputStream interface.
      Parameters:
      out - The OutputStream to write to.