public class SyModuleParser extends Object implements ModuleParser
| Constructor and Description |
|---|
SyModuleParser() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom2.Element syndRoot,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
public String getNamespaceUri()
ModuleParsergetNamespaceUri in interface ModuleParserpublic Module parse(org.jdom2.Element syndRoot, Locale locale)
ModuleParserparse in interface ModuleParsersyndRoot - the XML node (JDOM element) to extract module information from.Copyright © 2023. All rights reserved.