com.sun.syndication.feed.module.sse
Class SSE091Generator
java.lang.Object
com.sun.syndication.feed.module.sse.SSE091Generator
- All Implemented Interfaces:
- com.sun.syndication.io.DelegatingModuleGenerator, com.sun.syndication.io.ModuleGenerator
public class SSE091Generator
- extends java.lang.Object
- implements com.sun.syndication.io.DelegatingModuleGenerator
Generator for the SSE Module.
- Author:
- Laird Dornin
Method Summary |
void |
generate(com.sun.syndication.feed.module.Module module,
org.jdom.Element element)
|
protected void |
generateSync(Sync sync,
org.jdom.Element parent)
|
java.util.Set |
getNamespaces()
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses. |
java.lang.String |
getNamespaceUri()
|
void |
setFeedGenerator(com.sun.syndication.io.WireFeedGenerator feedGenerator)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSE091Generator
public SSE091Generator()
setFeedGenerator
public void setFeedGenerator(com.sun.syndication.io.WireFeedGenerator feedGenerator)
- Specified by:
setFeedGenerator
in interface com.sun.syndication.io.DelegatingModuleGenerator
getNamespaceUri
public java.lang.String getNamespaceUri()
- Specified by:
getNamespaceUri
in interface com.sun.syndication.io.ModuleGenerator
getNamespaces
public java.util.Set getNamespaces()
- Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
It is used by the the feed generators to add their namespace definition in
the root element of the generated document (forward-missing of Java 5.0 Generics).
- Specified by:
getNamespaces
in interface com.sun.syndication.io.ModuleGenerator
- Returns:
- a set with all the URIs (JDOM Namespace elements) this module generator uses.
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
generateSync
protected void generateSync(Sync sync,
org.jdom.Element parent)
Copyright © 2006-2009. All Rights Reserved.