XMLElement
interface XMLElement<ConfigurationType : Configuration, ElementType : Enum<ElementType>, XMLElement<ConfigurationType, ElementType, StateType>, StateType : XMLConfiguratorState<ConfigurationType, ElementType, StateType>>
XMLElement is designed to be implemented only by enumerations that represent XML tag sets. Concrete implementations specify the complete set of behavior required to use the XMLConfigurator to produce application-specific configurations.
Author
Todd L Smith
Parameters
Configuration Type
A concrete Configuration class.
Element Type
A concrete XMLElement class.
State Type
A concrete XMLConfiguratorState class.