public class SSE091Parser extends Object implements DelegatingModuleParser
Constructor and Description |
---|
SSE091Parser() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceUri()
Returns the namespace URI this parser handles.
|
Module |
parse(org.jdom2.Element element,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
void |
setFeedParser(WireFeedParser feedParser)
Provides a parent wirefeed reference to this ModuleParser, or "plugin-in".
|
public void setFeedParser(WireFeedParser feedParser)
DelegatingModuleParser
setFeedParser
in interface DelegatingModuleParser
feedParser
- the parent wirefeed parser for this plugin.public String getNamespaceUri()
ModuleParser
getNamespaceUri
in interface ModuleParser
public Module parse(org.jdom2.Element element, Locale locale)
ModuleParser
parse
in interface ModuleParser
element
- the XML node (JDOM element) to extract module information from.Copyright © 2022. All rights reserved.