Package com.rometools.modules.content.io
Class ContentModuleGenerator
- java.lang.Object
-
- com.rometools.modules.content.io.ContentModuleGenerator
-
- All Implemented Interfaces:
ModuleGenerator
public class ContentModuleGenerator extends Object implements ModuleGenerator
-
-
Constructor Summary
Constructors Constructor Description ContentModuleGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(Module module, org.jdom2.Element element)protected org.jdom2.ElementgenerateCDATAElement(String name, String value)protected org.jdom2.ElementgenerateSimpleElement(String name, String value)Set<org.jdom2.Namespace>getNamespaces()StringgetNamespaceUri()
-
-
-
Method Detail
-
generate
public void generate(Module module, org.jdom2.Element element)
- Specified by:
generatein interfaceModuleGenerator
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleGenerator
-
getNamespaces
public Set<org.jdom2.Namespace> getNamespaces()
- Specified by:
getNamespacesin interfaceModuleGenerator
-
-