| java.lang.Object com.sun.syndication.io.impl.SyModuleGenerator
SyModuleGenerator | public class SyModuleGenerator implements ModuleGenerator(Code) | | Feed Generator for SY ModuleImpl
author: Elaine Chien |
generate | public void generate(Module module, Element element)(Code) | | |
getNamespaces | public Set getNamespaces()(Code) | | 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).
a set with all the URIs (JDOM Namespace elements) this module generator uses. |
|
|