XMLConfigurator
fun <ConfigurationType : Configuration, ElementType : Enum<ElementType>, XMLElement<ConfigurationType, ElementType, StateType>, StateType : XMLConfiguratorState<ConfigurationType, ElementType, StateType>> XMLConfigurator( configuration: ConfigurationType, state: StateType, elementClass: Class<ElementType>, documentStream: InputStream)
Content copied to clipboard
Construct a new XMLConfigurator.
Parameters
Configuration Type
A concrete Configuration class.
Element Type
A concrete XMLElement class.
State Type
A concrete XMLConfiguratorState class.
configuration
state
The initial configurator state.
document Stream
The input stream which contains the XML document that describes the configuration.