Class BaseConfigurationXMLReader

  • All Implemented Interfaces:
    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.