org.apache.excalibur.xml.dom
Interface DOMHandler

All Superinterfaces:
org.xml.sax.ContentHandler
All Known Implementing Classes:
DefaultDOMHandler

public interface DOMHandler
extends org.xml.sax.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
 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()


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