public class SyModuleParser extends java.lang.Object implements ModuleParser
| Constructor and Description |
|---|
SyModuleParser() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom.Element syndRoot)
Parses the XML node (JDOM element) extracting module information.
|
public java.lang.String getNamespaceUri()
ModuleParsergetNamespaceUri in interface ModuleParserpublic Module parse(org.jdom.Element syndRoot)
ModuleParserparse in interface ModuleParsersyndRoot - the XML node (JDOM element) to extract module information from.