org.apache.excalibur.xml.dom
Class DefaultDOMHandlerFactory

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.excalibur.xml.dom.DefaultDOMHandlerFactory
All Implemented Interfaces:
Component, DOMHandlerFactory, LogEnabled, ThreadSafe

public class DefaultDOMHandlerFactory
extends AbstractLogEnabled
implements DOMHandlerFactory, Component, ThreadSafe

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

Field Summary
 
Fields inherited from interface org.apache.excalibur.xml.dom.DOMHandlerFactory
ROLE
 
Constructor Summary
DefaultDOMHandlerFactory()
           
 
Method Summary
 DOMHandler createDOMHandler()
           
 DOMHandler createDOMHandler(org.w3c.dom.Document document)
           
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDOMHandlerFactory

public DefaultDOMHandlerFactory()
Method Detail

createDOMHandler

public DOMHandler createDOMHandler()
                            throws java.lang.Exception
Specified by:
createDOMHandler in interface DOMHandlerFactory
Throws:
java.lang.Exception

createDOMHandler

public DOMHandler createDOMHandler(org.w3c.dom.Document document)
                            throws java.lang.Exception
Specified by:
createDOMHandler in interface DOMHandlerFactory
Throws:
java.lang.Exception


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