public class SSE091Generator extends Object implements DelegatingModuleGenerator
| Constructor and Description |
|---|
SSE091Generator() |
| Modifier and Type | Method and Description |
|---|---|
void |
generate(Module module,
org.jdom2.Element element)
Generates and injects module metadata into an XML node (JDOM element).
|
protected void |
generateSync(Sync sync,
org.jdom2.Element parent) |
Set<org.jdom2.Namespace> |
getNamespaces()
Returns a set with all the URIs (JDOM Namespace elements) this module generator uses.
|
String |
getNamespaceUri()
Returns the namespace URI this generator handles.
|
void |
setFeedGenerator(WireFeedGenerator feedGenerator)
Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".
|
public void setFeedGenerator(WireFeedGenerator feedGenerator)
DelegatingModuleGeneratorsetFeedGenerator in interface DelegatingModuleGeneratorfeedGenerator - the parent wirefeed generator for this plugin.public String getNamespaceUri()
ModuleGeneratorgetNamespaceUri in interface ModuleGeneratorpublic Set<org.jdom2.Namespace> getNamespaces()
getNamespaces in interface ModuleGeneratorpublic void generate(Module module, org.jdom2.Element element)
ModuleGeneratorgenerate in interface ModuleGeneratormodule - the module to inject into the XML node (JDOM element).element - the XML node into which module meta-data will be injected.protected void generateSync(Sync sync, org.jdom2.Element parent)
Copyright © 2025. All rights reserved.