com.sun.syndication.feed.module.itunes.io
Class ITunesGenerator
java.lang.Object
com.sun.syndication.feed.module.itunes.io.ITunesGenerator
- All Implemented Interfaces:
- com.sun.syndication.io.ModuleGenerator
public class ITunesGenerator
- extends java.lang.Object
- implements com.sun.syndication.io.ModuleGenerator
- Version:
- $Revision: 1.3 $
- Author:
- Robert "kebernet" Cooper
Constructor Summary |
ITunesGenerator()
Creates a new instance of ITunesGenerator |
Method Summary |
void |
generate(com.sun.syndication.feed.module.Module module,
org.jdom.Element element)
|
protected org.jdom.Element |
generateSimpleElement(java.lang.String name,
java.lang.String value)
|
java.util.Set |
getNamespaces()
Returns the list of namespaces this module uses. |
java.lang.String |
getNamespaceUri()
Returns the namespace URI this module handles. |
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 java.util.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 java.lang.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(java.lang.String name,
java.lang.String value)
Copyright © 2006-2009. All Rights Reserved.