Class SAXConfigurationHandler

java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.avalon.framework.configuration.SAXConfigurationHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
NamespacedSAXConfigurationHandler

public class SAXConfigurationHandler extends DefaultHandler implements ErrorHandler
A SAXConfigurationHandler helps build Configurations out of sax events.
Version:
CVS $Revision: 1.32 $ $Date: 2004/02/11 14:34:26 $
Author:
Avalon Development Team
  • Constructor Details

    • SAXConfigurationHandler

      public SAXConfigurationHandler()
  • Method Details