Package com.rometools.modules.georss
Class SimpleParser
- java.lang.Object
-
- com.rometools.modules.georss.SimpleParser
-
- All Implemented Interfaces:
ModuleParser
public class SimpleParser extends Object implements ModuleParser
SimpleParser is a parser for the GeoRSS Simple format.
-
-
Constructor Summary
Constructors Constructor Description SimpleParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNamespaceUri()Moduleparse(org.jdom2.Element element, Locale locale)
-
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleParser
-
parse
public Module parse(org.jdom2.Element element, Locale locale)
- Specified by:
parsein interfaceModuleParser
-
-