Package com.rometools.modules.slash.io
Class SlashModuleGenerator
- java.lang.Object
-
- com.rometools.modules.slash.io.SlashModuleGenerator
-
- All Implemented Interfaces:
ModuleGenerator
public class SlashModuleGenerator extends Object implements ModuleGenerator
The ModuleGenerator implementation for the Slash plug in.
-
-
Constructor Summary
Constructors Constructor Description SlashModuleGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(Module module, org.jdom2.Element element)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
-
getNamespaces
public Set<org.jdom2.Namespace> getNamespaces()
- Specified by:
getNamespacesin interfaceModuleGenerator
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleGenerator
-
-