org.rometools.propono.atom.common.rome
Class AppModuleGenerator
java.lang.Object
org.rometools.propono.atom.common.rome.AppModuleGenerator
- All Implemented Interfaces:
- com.sun.syndication.io.ModuleGenerator
public class AppModuleGenerator
- extends Object
- implements com.sun.syndication.io.ModuleGenerator
Creates JDOM representation for APP Extension Module.
Method Summary |
void |
generate(com.sun.syndication.feed.module.Module module,
org.jdom.Element parent)
Generate JDOM element for module and add it to parent element |
Set |
getNamespaces()
Get namespaces associated with this module |
String |
getNamespaceUri()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppModuleGenerator
public AppModuleGenerator()
getNamespaceUri
public String getNamespaceUri()
- Specified by:
getNamespaceUri
in interface com.sun.syndication.io.ModuleGenerator
getNamespaces
public Set getNamespaces()
- Get namespaces associated with this module
- Specified by:
getNamespaces
in interface com.sun.syndication.io.ModuleGenerator
generate
public void generate(com.sun.syndication.feed.module.Module module,
org.jdom.Element parent)
- Generate JDOM element for module and add it to parent element
- Specified by:
generate
in interface com.sun.syndication.io.ModuleGenerator
Copyright © 2007-2013 ROME Project. All Rights Reserved.