XMLConfigurator
constructor(configuration: ConfigurationType, state: StateType, elementClass: Class<ElementType>, documentStream: InputStream)
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.