Package com.topologi.diffx.xml.dom
Interface DOMWriter
- All Superinterfaces:
XMLWriter
- All Known Implementing Classes:
DOMWriterImpl
An XML writer which output is a DOM tree.
- Version:
- 7 June 2005
-
Method Summary
Modifier and TypeMethodDescriptionReturns 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 Details
-
getDocument
Document getDocument()Returns the DOM document produced by the XML Writer.- Returns:
- The DOM document produced by the XML Writer.
-