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.
author: Oliver Heger version: $Id: BaseConfigurationXMLReader.java 439648 2006-09-02 20:42:10Z oheger $ |