Class BaseConfigurationXMLReader

  • All Implemented Interfaces:
    org.xml.sax.XMLReader

    public class BaseConfigurationXMLReader
    extends ConfigurationXMLReader

    A specialized SAX2 XML parser that processes configuration objects.

    This class mimics to be a SAX compliant XML parser. It is able to iterate over the keys in a configuration object and to generate corresponding SAX events. By registering a ContentHandler at an instance it is possible to perform XML processing on a configuration object.

    Version:
    $Id: BaseConfigurationXMLReader.java 1206765 2011-11-27 16:46:11Z oheger $
    Author:
    Commons Configuration team