org.rometools.feed.module.itunes.io
Class ITunesGenerator
java.lang.Object
org.rometools.feed.module.itunes.io.ITunesGenerator
- All Implemented Interfaces:
- com.sun.syndication.io.ModuleGenerator
public class ITunesGenerator
- extends Object
- implements com.sun.syndication.io.ModuleGenerator
- Version:
- $Revision: 1.3 $
- Author:
- Robert "kebernet" Cooper
Constructor Summary |
ITunesGenerator()
Creates a new instance of ITunesGenerator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ITunesGenerator
public ITunesGenerator()
- Creates a new instance of ITunesGenerator
generate
public void generate(com.sun.syndication.feed.module.Module module,
org.jdom.Element element)
- Specified by:
generate
in interface com.sun.syndication.io.ModuleGenerator
getNamespaces
public Set getNamespaces()
- Returns the list of namespaces this module uses.
- Specified by:
getNamespaces
in interface com.sun.syndication.io.ModuleGenerator
- Returns:
- set of Namespace objects.
getNamespaceUri
public String getNamespaceUri()
- Returns the namespace URI this module handles.
- Specified by:
getNamespaceUri
in interface com.sun.syndication.io.ModuleGenerator
- Returns:
- Returns the namespace URI this module handles.
generateSimpleElement
protected org.jdom.Element generateSimpleElement(String name,
String value)
Copyright © 2013 ROME Project. All Rights Reserved.