Package com.rometools.rome.io.impl
Class SyModuleParser
- java.lang.Object
-
- com.rometools.rome.io.impl.SyModuleParser
-
- All Implemented Interfaces:
ModuleParser
public class SyModuleParser extends Object implements ModuleParser
-
-
Constructor Summary
Constructors Constructor Description SyModuleParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()Returns the namespace URI this parser handles.Moduleparse(org.jdom2.Element syndRoot, Locale locale)Parses the XML node (JDOM element) extracting module information.
-
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
Description copied from interface:ModuleParserReturns the namespace URI this parser handles.- Specified by:
getNamespaceUriin interfaceModuleParser- Returns:
- the namespace URI.
-
parse
public Module parse(org.jdom2.Element syndRoot, Locale locale)
Description copied from interface:ModuleParserParses the XML node (JDOM element) extracting module information.- Specified by:
parsein interfaceModuleParser- Parameters:
syndRoot- the XML node (JDOM element) to extract module information from.- Returns:
- a module instance, null if the element did not have module information.
-
-