org.apache.excalibur.xml.dom
Interface DOMHandlerFactory

All Known Implementing Classes:
DefaultDOMHandlerFactory

public interface DOMHandlerFactory

The factory creates a DOMHandler encapsulating a DOM document. The document behaviour is setup by the factory.

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

Field Summary
static String ROLE
           
 
Method Summary
 DOMHandler createDOMHandler()
           
 DOMHandler createDOMHandler(Document document)
           
 

Field Detail

ROLE

public static final String ROLE
Method Detail

createDOMHandler

public DOMHandler createDOMHandler()
                            throws Exception
Exception

createDOMHandler

public DOMHandler createDOMHandler(Document document)
                            throws Exception
Exception


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