public interface XMLOptionsHandler
| Modifier and Type | Method and Description |
|---|---|
java.util.HashMap<java.lang.String,java.lang.Object> |
parseXMLOptionsElement(ModuleManager manager,
org.w3c.dom.Element e,
java.lang.String source)
Parses the given module element and returns a map containing the
module parameters.
|
java.util.HashMap<java.lang.String,java.lang.Object> parseXMLOptionsElement(ModuleManager manager, org.w3c.dom.Element e, java.lang.String source) throws java.lang.ReflectiveOperationException, javax.script.ScriptException
manager - The module manager handling this module.e - The module element which is to be parsed.source - The source identifier for the module, could be the file name
where the module comes from or something else.java.lang.ReflectiveOperationExceptionjavax.script.ScriptExceptionCopyright 2004-2015 Wandora Team