public interface IConfigSectionHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
create(org.w3c.dom.Document xmlDocument)
Parses and creates a configuration of specified type from the given XML document.
|
java.lang.Object create(org.w3c.dom.Document xmlDocument) throws ConfigurationErrorsException
java.lang.NullPointerException
- An argument is nullConfigurationErrorsException
- When configuration errors are detected