public class SyModuleParser extends java.lang.Object implements ModuleParser
Constructor and Description |
---|
SyModuleParser() |
Modifier and Type | Method and Description |
---|---|
private org.jdom2.Namespace |
getDCNamespace() |
java.lang.String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom2.Element syndRoot,
java.util.Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
public java.lang.String getNamespaceUri()
ModuleParser
getNamespaceUri
in interface ModuleParser
private org.jdom2.Namespace getDCNamespace()
public Module parse(org.jdom2.Element syndRoot, java.util.Locale locale)
ModuleParser
parse
in interface ModuleParser
syndRoot
- the XML node (JDOM element) to extract module information from.