Package com.rometools.modules.itunes.io
Class ITunesGenerator
- java.lang.Object
-
- com.rometools.modules.itunes.io.ITunesGenerator
-
- All Implemented Interfaces:
ModuleGenerator
public class ITunesGenerator extends Object implements ModuleGenerator
-
-
Constructor Summary
Constructors Constructor Description ITunesGenerator()
-
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()Returns the list of namespaces this module uses.StringgetNamespaceUri()Returns the namespace URI this module handles.
-
-
-
Method Detail
-
generate
public void generate(Module module, org.jdom2.Element element)
- Specified by:
generatein interfaceModuleGenerator
-
getNamespaces
public Set<org.jdom2.Namespace> getNamespaces()
Returns the list of namespaces this module uses.- Specified by:
getNamespacesin interfaceModuleGenerator- Returns:
- set of Namespace objects.
-
getNamespaceUri
public String getNamespaceUri()
Returns the namespace URI this module handles.- Specified by:
getNamespaceUriin interfaceModuleGenerator- Returns:
- Returns the namespace URI this module handles.
-
-