org.rometools.feed.module.content.io
Class ContentModuleGenerator

java.lang.Object
  extended by org.rometools.feed.module.content.io.ContentModuleGenerator
All Implemented Interfaces:
com.sun.syndication.io.ModuleGenerator

public class ContentModuleGenerator
extends Object
implements com.sun.syndication.io.ModuleGenerator

Version:
$Revision: 1.2 $
Author:
Robert "kebernet" Cooper

Constructor Summary
ContentModuleGenerator()
          Creates a new instance of ContentModuleGenerator
 
Method Summary
 void generate(com.sun.syndication.feed.module.Module module, org.jdom.Element element)
           
protected  org.jdom.Element generateCDATAElement(String name, String value)
           
protected  org.jdom.Element generateSimpleElement(String name, String value)
           
 Set getNamespaces()
           
 String getNamespaceUri()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentModuleGenerator

public ContentModuleGenerator()
Creates a new instance of ContentModuleGenerator

Method Detail

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

generateSimpleElement

protected org.jdom.Element generateSimpleElement(String name,
                                                 String value)

generateCDATAElement

protected org.jdom.Element generateCDATAElement(String name,
                                                String value)

getNamespaceUri

public String getNamespaceUri()
Specified by:
getNamespaceUri in interface com.sun.syndication.io.ModuleGenerator

getNamespaces

public Set getNamespaces()
Specified by:
getNamespaces in interface com.sun.syndication.io.ModuleGenerator


Copyright © 2013 ROME Project. All Rights Reserved.