Base Classes for the internal representation of XML configuration files



Interfaces
 InterfaceDescription
 ApplicationContextAware Interfaces to be implemented by all configuration classes that need a reference to the ApplicationContext they belong to.
 AttributeContainer Interface to be implemented by all configuration classes that expect configuration attributes to be set.
Classes
 ClassDescription
 AbstractArrayValueHolderConfig Abstract base implementation for all configuration classes that accept a sequence of the standard value tags like <boolean> or <string> as child nodes representing Array elements.
 AbstractAttributeContainer Abstract base implementation of the AttributeContainer interface.
 AbstractElementConfig Abstract base implementation of the ElementConfig interface that delegates XML parsing to an ElementProcessor implementation.
 AbstractValueHolderConfig Abstract base class for all configuration classes that accept the standard value tags like <boolean> or <string> as child nodes.
 Attribute Represents a single configuration attribute.