getNamespaces() Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
Method Detail
generate
public void generate(Module module, Element element)(Code)
Generates and injects module metadata into an XML node (JDOM element).
Parameters: module - the module to inject into the XML node (JDOM element). Parameters: element - the XML node into which module meta-data will be injected.
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.