Modifier and Type | Method and Description |
---|---|
Module |
WireFeed.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
Module |
Feed.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Module |
Entry.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DCModule
Dublin Core Module.
|
interface |
SyModule
Syndication ModuleImpl.
|
Modifier and Type | Class and Description |
---|---|
class |
DCModuleImpl
Dublin Core ModuleImpl, default implementation.
|
class |
ModuleImpl
Base class for modules describing Metadata of feeds, default implementations.
|
class |
SyModuleImpl
Syndication ModuleImpl, default implementation.
|
Modifier and Type | Method and Description |
---|---|
Module |
Extendable.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
static Module |
ModuleUtils.getModule(java.util.List modules,
java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
Module |
Item.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Module |
Channel.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
Module |
SyndFeedImpl.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Module |
SyndFeed.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Module |
SyndEntryImpl.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Module |
SyndEntry.getModule(java.lang.String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
Module |
ModuleParser.parse(org.jdom.Element element)
Parses the XML node (JDOM element) extracting module information.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleGenerator.generate(Module module,
org.jdom.Element element)
Generates and injects module metadata into an XML node (JDOM element).
|
Modifier and Type | Method and Description |
---|---|
Module |
SyModuleParser.parse(org.jdom.Element syndRoot) |
Module |
DCModuleParser.parse(org.jdom.Element dcRoot)
Parse an element tree and return the module found in it.
|
Modifier and Type | Method and Description |
---|---|
void |
SyModuleGenerator.generate(Module module,
org.jdom.Element element) |
void |
DCModuleGenerator.generate(Module module,
org.jdom.Element element)
Populate an element tree with elements for a module.
|
Copyright © Sun Microsystems. All Rights Reserved.