Class HierarchicalXMLConfiguration

All Implemented Interfaces:
Serializable, Cloneable, Configuration, ConfigurationErrorListener, ConfigurationListener, FileConfiguration, FileSystemBased, Reloadable, EntityRegistry, EntityResolver

Deprecated.
This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.
A specialized hierarchical configuration class that is able to parse XML documents.

The parsed document will be stored keeping its structure. The contained properties can be accessed using all methods supported by the base class HierarchicalConfiguration.

Since:
commons-configuration 1.0
Version:
$Id: HierarchicalXMLConfiguration.java 1210002 2011-12-03 20:54:17Z oheger $
Author:
Jörg Schaible
See Also: