public abstract class AbstractConfigSectionHandler extends java.lang.Object implements IConfigSectionHandler
Constructor and Description |
---|
AbstractConfigSectionHandler() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.Object |
create(org.w3c.dom.Document xmlDocument)
Parses and creates a configuration of specified type from the given XML document.
|
public abstract java.lang.Object create(org.w3c.dom.Document xmlDocument) throws ConfigurationErrorsException
create
in interface IConfigSectionHandler
ConfigurationErrorsException
- When configuration errors are detected