Package com.rometools.modules.atom.io
Class AtomModuleGenerator
- java.lang.Object
-
- com.rometools.modules.atom.io.AtomModuleGenerator
-
- All Implemented Interfaces:
ModuleGenerator
public class AtomModuleGenerator extends Object implements ModuleGenerator
-
-
Constructor Summary
Constructors Constructor Description AtomModuleGenerator()
-
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 final String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleGenerator
-
getNamespaces
public final Set<org.jdom2.Namespace> getNamespaces()
- Specified by:
getNamespacesin interfaceModuleGenerator
-
generate
public void generate(Module module, org.jdom2.Element element)
- Specified by:
generatein interfaceModuleGenerator
-
-