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 java.lang.String |
ROLE
|
ROLE
public static final java.lang.String ROLE
createDOMHandler
public DOMHandler createDOMHandler()
throws java.lang.Exception
- Throws:
java.lang.Exception
createDOMHandler
public DOMHandler createDOMHandler(org.w3c.dom.Document document)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.