org.xmlecho.palomar.xform
Interface DOMWriter

All Superinterfaces:
org.xml.sax.ContentHandler

public interface DOMWriter
extends org.xml.sax.ContentHandler

constructs a DOM from a SAX event stream


Method Summary
 org.w3c.dom.Document getDocument()
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getDocument

public org.w3c.dom.Document getDocument()
Returns:
the Document which was created by sending the SAX events to this guy