Interface DOMWriter

All Superinterfaces:
XMLWriter
All Known Implementing Classes:
DOMWriterImpl

public interface DOMWriter extends XMLWriter
An XML writer which output is a DOM tree.
Version:
7 June 2005
  • Method Details

    • getDocument

      Document getDocument()
      Returns the DOM document produced by the XML Writer.
      Returns:
      The DOM document produced by the XML Writer.