Class ITunesGenerator

    • Constructor Detail

      • ITunesGenerator

        public ITunesGenerator()
    • Method Detail

      • getNamespaces

        public Set<org.jdom2.Namespace> getNamespaces()
        Returns the list of namespaces this module uses.
        Specified by:
        getNamespaces in interface ModuleGenerator
        Returns:
        set of Namespace objects.
      • getNamespaceUri

        public String getNamespaceUri()
        Returns the namespace URI this module handles.
        Specified by:
        getNamespaceUri in interface ModuleGenerator
        Returns:
        Returns the namespace URI this module handles.
      • generateSimpleElement

        protected org.jdom2.Element generateSimpleElement​(String name,
                                                          String value)