Package com.rometools.modules.thr.io
Class ThreadingModuleParser
- java.lang.Object
-
- com.rometools.modules.thr.io.ThreadingModuleParser
-
- All Implemented Interfaces:
ModuleParser
public class ThreadingModuleParser extends Object implements ModuleParser
Currently no support for thr:count, thr:updated, thr:total link attributes.
-
-
Constructor Summary
Constructors Constructor Description ThreadingModuleParser()
-
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
-
-