public class ITunesGenerator extends Object implements ModuleGenerator
| Constructor and Description |
|---|
ITunesGenerator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Module module,
org.jdom2.Element element) |
protected org.jdom2.Element |
generateSimpleElement(String name,
String value) |
Set<org.jdom2.Namespace> |
getNamespaces()
Returns the list of namespaces this module uses.
|
String |
getNamespaceUri()
Returns the namespace URI this module handles.
|
public void generate(Module module, org.jdom2.Element element)
generate in interface ModuleGeneratorpublic Set<org.jdom2.Namespace> getNamespaces()
getNamespaces in interface ModuleGeneratorpublic String getNamespaceUri()
getNamespaceUri in interface ModuleGeneratorCopyright © 2021. All rights reserved.