com.sun.tools.xjc.reader.internalizer
Interface DOMForest.Handler

All Superinterfaces:
ContentHandler
Enclosing class:
DOMForest

public static interface DOMForest.Handler
extends ContentHandler


Method Summary
 Document getDocument()
          Gets the DOM that was built.
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

getDocument

Document getDocument()
Gets the DOM that was built.