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)
Generates and injects module metadata into an XML node (JDOM 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)
ModuleGeneratorgenerate in interface ModuleGeneratormodule - the module to inject into the XML node (JDOM element).element - the XML node into which module meta-data will be injected.public Set<org.jdom2.Namespace> getNamespaces()
getNamespaces in interface ModuleGeneratorpublic String getNamespaceUri()
getNamespaceUri in interface ModuleGeneratorCopyright © 2025. All rights reserved.