org.apache.excalibur.xml.dom
Interface DOMHandler

All Superinterfaces:
ContentHandler
All Known Implementing Classes:
DefaultDOMHandler

public interface DOMHandler
extends ContentHandler

ContentHandler encapsulating a DOM document. The document tree is built from SAX events sent to the handler.

Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:31 $
Author:
Avalon Development Team

Method Summary
 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 Document getDocument()


Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.