A specialized SAX2 XML parser that "parses" hierarchical configuration objects.
This class mimics to be a SAX conform XML parser. Instead of parsing XML documents it processes a {@code Configuration} object and generates SAXevents for the single properties defined there. This enables the whole world of XML processing for configuration objects.
The {@code HierarchicalConfiguration} object to be parsed can be specifiedusing a constructor or the {@code setConfiguration()} method. This objectwill be processed by the {@code parse()} methods. Note that these methodsignore their argument.
@version $Id: HierarchicalConfigurationXMLReader.java 1624601 2014-09-12 18:04:36Z oheger $ @param < T> the type of the nodes supported by this reader
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|