org.apache.commons.configuration
Class HierarchicalXMLConfiguration

java.lang.Object
  extended byorg.apache.commons.configuration.AbstractConfiguration
      extended byorg.apache.commons.configuration.HierarchicalConfiguration
          extended byorg.apache.commons.configuration.XMLConfiguration
              extended byorg.apache.commons.configuration.HierarchicalXMLConfiguration
All Implemented Interfaces:
Configuration, FileConfiguration

Deprecated. This class is deprecated. Use XMLConfiguration instead, which supports all features this class had offered before.

public class HierarchicalXMLConfiguration
extends XMLConfiguration

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$, $Date: 2005-02-26 13:56:39 +0100 (Sat, 26 Feb 2005) $
Author:
Jörg Schaible, Oliver Heger

Nested Class Summary
 
Nested classes inherited from class org.apache.commons.configuration.HierarchicalConfiguration
HierarchicalConfiguration.BuilderVisitor, HierarchicalConfiguration.Node, HierarchicalConfiguration.NodeVisitor
 
Field Summary
 
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration
END_TOKEN, START_TOKEN
 
Constructor Summary
HierarchicalXMLConfiguration()
          Deprecated.  
 
Methods inherited from class org.apache.commons.configuration.XMLConfiguration
addPropertyDirect, clearProperty, clearTree, createDocument, createNode, getBasePath, getDocument, getEncoding, getFile, getFileName, getReloadingStrategy, getRootElementName, getURL, initProperties, isAutoSave, load, load, load, load, load, load, load, reload, save, save, save, save, save, save, save, setAutoSave, setBasePath, setEncoding, setFile, setFileName, setProperty, setReloadingStrategy, setRootElementName, setURL
 
Methods inherited from class org.apache.commons.configuration.HierarchicalConfiguration
addNodes, clearNode, containsKey, createAddPath, fetchAddNode, fetchNodeList, findLastPathNode, findPropertyNodes, getKeys, getKeys, getMaxIndex, getProperty, getRoot, isEmpty, nodeDefined, removeNode, setRoot, subset
 
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addProperty, clear, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getList, getList, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, interpolate, interpolateHelper, isThrowExceptionOnMissing, resolveContainerStore, setDelimiter, setThrowExceptionOnMissing
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.configuration.Configuration
addProperty, clear, containsKey, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getProperty, getShort, getShort, getShort, getString, getString, getStringArray, isEmpty, subset
 

Constructor Detail

HierarchicalXMLConfiguration

public HierarchicalXMLConfiguration()
Deprecated. 


Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.