|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Module | |
---|---|
com.sun.syndication.feed | |
com.sun.syndication.feed.atom | |
com.sun.syndication.feed.module | |
com.sun.syndication.feed.rss | |
com.sun.syndication.feed.synd | |
com.sun.syndication.io |
Uses of Module in com.sun.syndication.feed |
---|
Methods in com.sun.syndication.feed that return Module | |
---|---|
Module |
WireFeed.getModule(java.lang.String uri)
Returns the module identified by a given URI. |
Uses of Module in com.sun.syndication.feed.atom |
---|
Methods in com.sun.syndication.feed.atom that return Module | |
---|---|
Module |
Person.getModule(java.lang.String uri)
Returns the module identified by a given URI. |
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. |
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(java.lang.String uri)
Returns the module identified by a given URI. |
Uses of Module in com.sun.syndication.feed.rss |
---|
Methods in com.sun.syndication.feed.rss that return Module | |
---|---|
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. |
Uses of Module in com.sun.syndication.feed.synd |
---|
Methods in com.sun.syndication.feed.synd that return Module | |
---|---|
Module |
SyndPersonImpl.getModule(java.lang.String uri)
Returns the module identified by a given URI. |
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. |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |