com.topologi.diffx.xml.dom
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
Author:
Christophe Lauret

Method Summary
 Document getDocument()
          Returns the DOM document produced by the XML Writer.
 
Methods inherited from interface com.topologi.diffx.xml.XMLWriter
attribute, attribute, attribute, attribute, close, closeElement, element, emptyElement, emptyElement, flush, openElement, openElement, openElement, setIndentChars, setPrefixMapping, writeCDATA, writeComment, writePI, writeText, writeText, writeText, writeXML, writeXML, xmlDecl
 

Method Detail

getDocument

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

Returns:
The DOM document produced by the XML Writer.