XMLConfigReader is an open-source extension of Java ResourceBundle class to read configuration data directly from an XML file.
XMLConfigReader reads structured resource text data from an XML file and store it on a hashtable.
The hashtable keys are taken from the value of the first attribute of the <item> elements.
The hash table values are hashtables containing the sub-items names as keys and the sub-items data as value
其他Java XML解析器 开源项目资源: