org.apache.commons.configuration

Class HierarchicalXMLConfiguration

public class HierarchicalXMLConfiguration extends XMLConfiguration

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: $Revision: 439648 $, $Date: 2006-09-02 22:42:10 +0200 (Sa, 02 Sep 2006) $

Author: Jörg Schaible Oliver Heger

Field Summary
static longserialVersionUID
The serial version UID.

Field Detail

serialVersionUID

private static final long serialVersionUID
The serial version UID.