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)
DelegatingModuleGenerator
setFeedGenerator
in interface DelegatingModuleGenerator
feedGenerator
- the parent wirefeed generator for this plugin.public String getNamespaceUri()
ModuleGenerator
getNamespaceUri
in interface ModuleGenerator
public Set<org.jdom2.Namespace> getNamespaces()
getNamespaces
in interface ModuleGenerator
public void generate(Module module, org.jdom2.Element element)
ModuleGenerator
generate
in interface ModuleGenerator
module
- 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 © 2021. All rights reserved.