Package com.rometools.modules.sse
Class SSE091Generator
- java.lang.Object
-
- com.rometools.modules.sse.SSE091Generator
-
- All Implemented Interfaces:
DelegatingModuleGenerator,ModuleGenerator
public class SSE091Generator extends Object implements DelegatingModuleGenerator
Generator for the SSE Module.
-
-
Constructor Summary
Constructors Constructor Description SSE091Generator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate(Module module, org.jdom2.Element element)protected voidgenerateSync(Sync sync, org.jdom2.Element parent)Set<org.jdom2.Namespace>getNamespaces()Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.StringgetNamespaceUri()voidsetFeedGenerator(WireFeedGenerator feedGenerator)
-
-
-
Method Detail
-
setFeedGenerator
public void setFeedGenerator(WireFeedGenerator feedGenerator)
- Specified by:
setFeedGeneratorin interfaceDelegatingModuleGenerator
-
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUriin interfaceModuleGenerator
-
getNamespaces
public Set<org.jdom2.Namespace> 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:
getNamespacesin interfaceModuleGenerator- Returns:
- a set with all the URIs (JDOM Namespace elements) this module generator uses.
-
generate
public void generate(Module module, org.jdom2.Element element)
- Specified by:
generatein interfaceModuleGenerator
-
generateSync
protected void generateSync(Sync sync, org.jdom2.Element parent)
-
-