com.sun.syndication.propono.atom.common.rome
Class AppModuleGenerator
java.lang.Object
com.sun.syndication.propono.atom.common.rome.AppModuleGenerator
- All Implemented Interfaces:
- ModuleGenerator
public class AppModuleGenerator
- extends Object
- implements ModuleGenerator
Creates JDOM representation for APP Extension Module.
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 ModuleGenerator
getNamespaces
public Set getNamespaces()
- Get namespaces associated with this module
- Specified by:
getNamespaces
in interface ModuleGenerator
generate
public void generate(Module module,
org.jdom.Element parent)
- Generate JDOM element for module and add it to parent element
- Specified by:
generate
in interface ModuleGenerator