|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Module in com.sun.syndication.feed |
---|
Methods in com.sun.syndication.feed that return Module | |
---|---|
Module |
WireFeed.getModule(String uri)
Returns the module identified by a given URI. |
Methods in com.sun.syndication.feed that return types with arguments of type Module | |
---|---|
List<Module> |
WireFeed.getModules()
Returns the channel modules. |
Method parameters in com.sun.syndication.feed with type arguments of type Module | |
---|---|
void |
WireFeed.setModules(List<Module> modules)
Sets the channel modules. |
Uses of Module in com.sun.syndication.feed.atom |
---|
Methods in com.sun.syndication.feed.atom that return Module | |
---|---|
Module |
Person.getModule(String uri)
Returns the module identified by a given URI. |
Module |
Entry.getModule(String uri)
Returns the module identified by a given URI. |
Module |
Feed.getModule(String uri)
Returns the module identified by a given URI. |
Methods in com.sun.syndication.feed.atom that return types with arguments of type Module | |
---|---|
List<Module> |
Feed.getModules()
Returns the feed modules. |
Method parameters in com.sun.syndication.feed.atom with type arguments of type Module | |
---|---|
void |
Feed.setModules(List<Module> modules)
Sets the feed moduless. |
Uses of Module in com.sun.syndication.feed.module |
---|
Subinterfaces of Module in com.sun.syndication.feed.module | |
---|---|
interface |
DCModule
Dublin Core Module. |
interface |
SyModule
Syndication ModuleImpl. |
Classes in com.sun.syndication.feed.module that implement Module | |
---|---|
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. |
Methods in com.sun.syndication.feed.module that return Module | |
---|---|
Module |
Extendable.getModule(String uri)
Returns the module identified by a given URI. |
Methods in com.sun.syndication.feed.module that return types with arguments of type Module | |
---|---|
Class<? extends Module> |
SyModuleImpl.getInterface()
|
List<Module> |
Extendable.getModules()
Returns the entry modules. |
Method parameters in com.sun.syndication.feed.module with type arguments of type Module | |
---|---|
void |
Extendable.setModules(List<Module> modules)
Sets the entry modules. |
Uses of Module in com.sun.syndication.feed.module.impl |
---|
Methods in com.sun.syndication.feed.module.impl that return Module | |
---|---|
static Module |
ModuleUtils.getModule(List<Module> modules,
String uri)
|
Methods in com.sun.syndication.feed.module.impl that return types with arguments of type Module | |
---|---|
static List<Module> |
ModuleUtils.cloneModules(List<Module> modules)
|
Method parameters in com.sun.syndication.feed.module.impl with type arguments of type Module | |
---|---|
static List<Module> |
ModuleUtils.cloneModules(List<Module> modules)
|
static Module |
ModuleUtils.getModule(List<Module> modules,
String uri)
|
Uses of Module in com.sun.syndication.feed.rss |
---|
Methods in com.sun.syndication.feed.rss that return Module | |
---|---|
Module |
Item.getModule(String uri)
Returns the module identified by a given URI. |
Module |
Channel.getModule(String uri)
Returns the module identified by a given URI. |
Methods in com.sun.syndication.feed.rss that return types with arguments of type Module | |
---|---|
List<Module> |
Item.getModules()
Returns the item modules. |
List<Module> |
Channel.getModules()
Returns the channel modules. |
Method parameters in com.sun.syndication.feed.rss with type arguments of type Module | |
---|---|
void |
Item.setModules(List<Module> modules)
Sets the item modules. |
void |
Channel.setModules(List<Module> modules)
Sets the channel modules. |
Uses of Module in com.sun.syndication.feed.synd |
---|
Methods in com.sun.syndication.feed.synd that return Module | |
---|---|
Module |
SyndEntry.getModule(String uri)
Returns the module identified by a given URI. |
Module |
SyndFeed.getModule(String uri)
Returns the module identified by a given URI. |
Module |
SyndEntryImpl.getModule(String uri)
Returns the module identified by a given URI. |
Module |
SyndPersonImpl.getModule(String uri)
Returns the module identified by a given URI. |
Module |
SyndFeedImpl.getModule(String uri)
Returns the module identified by a given URI. |
Methods in com.sun.syndication.feed.synd that return types with arguments of type Module | |
---|---|
List<Module> |
SyndEntry.getModules()
Returns the entry modules. |
List<Module> |
SyndFeed.getModules()
Returns the feed modules. |
List<Module> |
SyndEntryImpl.getModules()
Returns the entry modules. |
Method parameters in com.sun.syndication.feed.synd with type arguments of type Module | |
---|---|
void |
SyndEntry.setModules(List<Module> modules)
Sets the entry modules. |
void |
SyndEntryImpl.setModules(List<Module> modules)
Sets the entry modules. |
Uses of Module in com.sun.syndication.io |
---|
Methods in com.sun.syndication.io that return Module | |
---|---|
Module |
ModuleParser.parse(org.jdom.Element element)
Parses the XML node (JDOM element) extracting module information. |
Methods in com.sun.syndication.io with parameters of type Module | |
---|---|
void |
ModuleGenerator.generate(Module module,
org.jdom.Element element)
Generates and injects module metadata into an XML node (JDOM element). |
Uses of Module in com.sun.syndication.io.impl |
---|
Methods in com.sun.syndication.io.impl that return Module | |
---|---|
Module |
DCModuleParser.parse(org.jdom.Element dcRoot)
Parse an element tree and return the module found in it. |
Module |
SyModuleParser.parse(org.jdom.Element syndRoot)
|
Methods in com.sun.syndication.io.impl with parameters of type Module | |
---|---|
void |
DCModuleGenerator.generate(Module module,
org.jdom.Element element)
Populate an element tree with elements for a module. |
void |
SyModuleGenerator.generate(Module module,
org.jdom.Element element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |