Package com.rometools.modules.thr.io
Class ThreadingModuleGenerator
- java.lang.Object
-
- com.rometools.modules.thr.io.ThreadingModuleGenerator
-
- All Implemented Interfaces:
ModuleGenerator
public class ThreadingModuleGenerator extends Object implements ModuleGenerator
Currently no support for thr:count, thr:updated, thr:total link attributes.
-
-
Constructor Summary
Constructors Constructor Description ThreadingModuleGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(Module module, org.jdom2.Element element)Set<org.jdom2.Namespace>getNamespaces()StringgetNamespaceUri()
-
-
-
Method Detail
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleGenerator
-
getNamespaces
public Set<org.jdom2.Namespace> getNamespaces()
- Specified by:
getNamespacesin interfaceModuleGenerator
-
generate
public void generate(Module module, org.jdom2.Element element)
- Specified by:
generatein interfaceModuleGenerator
-
-