org.apache.excalibur.xml.dom
Class DefaultDOMHandlerFactory
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLogEnabled
|
+--org.apache.excalibur.xml.dom.DefaultDOMHandlerFactory
- All Implemented Interfaces:
- Component, DOMHandlerFactory, Initializable, LogEnabled, ThreadSafe
- public class DefaultDOMHandlerFactory
- extends AbstractLogEnabled
- implements DOMHandlerFactory, Initializable, Component, ThreadSafe
- Version:
- CVS $Revision: 1.5 $ $Date: 2004/02/28 11:47:31 $
- Author:
- Avalon Development Team
- Avalon component
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultDOMHandlerFactory
public DefaultDOMHandlerFactory()
initialize
public void initialize()
throws Exception
- Specified by:
initialize
in interface Initializable
Exception
createDOMHandler
public DOMHandler createDOMHandler()
throws Exception
- Specified by:
createDOMHandler
in interface DOMHandlerFactory
Exception
createDOMHandler
public DOMHandler createDOMHandler(Document document)
throws Exception
- Specified by:
createDOMHandler
in interface DOMHandlerFactory
Exception
Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.