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