Package | Description |
---|---|
com.rometools.modules.atom.io | |
com.rometools.modules.atom.modules | |
com.rometools.modules.base |
This is the base package for the Google Base ROME module.
|
com.rometools.modules.base.io | |
com.rometools.modules.cc |
This is a module for ROME that supports both the
"CC" RSS1 module and the
RSS 2 (and Atom)
module in a unified manner.
|
com.rometools.modules.cc.io | |
com.rometools.modules.content |
This is a ROME plug in that implements the Content RSS extension.
|
com.rometools.modules.content.io | |
com.rometools.modules.feedburner | |
com.rometools.modules.feedburner.io | |
com.rometools.modules.georss |
This package contains classes to enable the rome rss library with georss support.
|
com.rometools.modules.itunes |
This is a ROME plug in that implements the iTunes RSS extensions as defined
by Apple in their
documentation.
|
com.rometools.modules.itunes.io | |
com.rometools.modules.mediarss |
This module supports Yahoo! MediaRSS elements for ROME feeds.
|
com.rometools.modules.mediarss.io |
This package contains parsers and generators for the module as well as a specia feed
parser for Yahoo's custom RSS2 namespace.
|
com.rometools.modules.opensearch | |
com.rometools.modules.opensearch.impl | |
com.rometools.modules.photocast |
This package represents the Apple iPhoto Photocasting 0.9 namespace support.
|
com.rometools.modules.photocast.io |
This package contains the parser and generator implementations for ROME.
|
com.rometools.modules.slash |
This package contains the core classes for the Slash plug in for ROME.
|
com.rometools.modules.slash.io |
This package contains the parser and generator for ROME.
|
com.rometools.modules.sle |
This is a module that supports the Microsoft Simple List Extensions.
|
com.rometools.modules.sle.io |
Contains the IO related classes for the SLE module.
|
com.rometools.modules.sse | |
com.rometools.modules.sse.modules | |
com.rometools.modules.thr | |
com.rometools.modules.thr.io | |
com.rometools.modules.yahooweather |
This package contains Modules for working with
Yahoo! Weather.
|
com.rometools.modules.yahooweather.io |
This package contains the parser and generator for ROME.
|
com.rometools.opml.feed.opml |
This package represents the base objects for OPML support for ROME.
|
com.rometools.propono.atom.common.rome | |
com.rometools.rome.feed | |
com.rometools.rome.feed.atom | |
com.rometools.rome.feed.module | |
com.rometools.rome.feed.module.impl | |
com.rometools.rome.feed.rss | |
com.rometools.rome.feed.synd | |
com.rometools.rome.io | |
com.rometools.rome.io.impl |
Modifier and Type | Method and Description |
---|---|
Module |
AtomModuleParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
AtomModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
AtomLinkModule |
Modifier and Type | Class and Description |
---|---|
class |
AtomLinkModuleImpl |
Modifier and Type | Interface and Description |
---|---|
interface |
CustomTags |
interface |
GoogleBase
This is the root interface for the Google Base module.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomTagsImpl |
class |
GoogleBaseImpl
This is the implementation class for the GoogleBase module interface.
|
Modifier and Type | Method and Description |
---|---|
Module |
CustomTagParser.parse(org.jdom2.Element element,
Locale locale) |
Module |
GoogleBaseParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
CustomTagGenerator.generate(Module module,
org.jdom2.Element element) |
void |
GoogleBaseGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
CreativeCommons |
Modifier and Type | Class and Description |
---|---|
class |
CreativeCommonsImpl |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleParserRSS2.parse(org.jdom2.Element element,
Locale locale) |
Module |
ModuleParserRSS1.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
CCModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContentModule |
Modifier and Type | Class and Description |
---|---|
class |
ContentModuleImpl |
Modifier and Type | Method and Description |
---|---|
Module |
ContentModuleParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
ContentModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
FeedBurner
Interface for the FeedBurner RSS extension.
|
Modifier and Type | Class and Description |
---|---|
class |
FeedBurnerImpl
Implementation of the FeedBurner RSS extension.
|
Modifier and Type | Method and Description |
---|---|
Module |
FeedBurnerModuleParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
FeedBurnerModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Class and Description |
---|---|
class |
GeoRSSModule
GeoRSSModule is the main georss interface defining the methods to produce and consume georss
elements.
|
class |
GMLModuleImpl
GMLModuleImpl is the implementation of the
GeoRSSModule Interface for the gml GeoRSS
format. |
class |
SimpleModuleImpl
SimpleModuleImpl is the implementation of the
GeoRSSModule Interface for the GeoRSS
Simple format. |
class |
W3CGeoModuleImpl
W3CGeoModuleImpl is the implementation of the
GeoRSSModule Interface for the W3C geo
format. |
Modifier and Type | Method and Description |
---|---|
Module |
SimpleParser.parse(org.jdom2.Element element,
Locale locale) |
Module |
GMLParser.parse(org.jdom2.Element element,
Locale locale) |
Module |
W3CGeoParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
W3CGeoGenerator.generate(Module module,
org.jdom2.Element element) |
void |
SimpleGenerator.generate(Module module,
org.jdom2.Element element) |
void |
GMLGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
EntryInformation
This class contains information for iTunes podcast feeds that exist at the Item level.
|
interface |
FeedInformation
This class contains information for iTunes podcast feeds that exist at the Channel level.
|
interface |
ITunes
This interface contains the methods common to all iTunes module points.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractITunesObject
This is an abstract object that implements the attributes common across Feeds or Items in an
iTunes compatible RSS feed.
|
class |
EntryInformationImpl
This class contains information for iTunes podcast feeds that exist at the Item level.
|
class |
FeedInformationImpl
This class contains information for iTunes podcast feeds that exist at the Channel level.
|
Modifier and Type | Method and Description |
---|---|
Module |
ITunesParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
ITunesGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
MediaEntryModule
Represents entry/item level information.
|
interface |
MediaModule
This is the base module for MediaRSS.
|
Modifier and Type | Class and Description |
---|---|
class |
MediaEntryModuleImpl
Represents information for an Entry/Item level.
|
class |
MediaModuleImpl
This class represents feed/channel level elements for MediaRSS
|
Modifier and Type | Method and Description |
---|---|
Module |
MediaModuleParser.parse(org.jdom2.Element mmRoot,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
MediaModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
OpenSearchModule
Provides access to A9 Open Search information.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenSearchModuleImpl |
Modifier and Type | Method and Description |
---|---|
Module |
OpenSearchModuleParser.parse(org.jdom2.Element dcRoot,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
PhotocastModule
This is a ROME module that provides support for the "http://www.apple.com/ilife/wallpapers"
namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
PhotocastModuleImpl |
Modifier and Type | Method and Description |
---|---|
Module |
Parser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
Generator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
Slash
This interface represents the Slash RSS extension.
|
Modifier and Type | Class and Description |
---|---|
class |
SlashImpl |
Modifier and Type | Method and Description |
---|---|
Module |
SlashModuleParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
SlashModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
SimpleListExtension
This is the primary module interface for the MS
Simple List Extensions.
|
interface |
SleEntry
This is a parse only module that holds the values of enternal fields declared in the SLE
module.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleListExtensionImpl |
class |
SleEntryImpl
This is a parse only module that holds the values of enternal fields declared in the SLE
module.
|
Modifier and Type | Method and Description |
---|---|
Module |
ItemParser.parse(org.jdom2.Element element,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
Module |
ModuleParser.parse(org.jdom2.Element element,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleGenerator.generate(Module module,
org.jdom2.Element element)
Generates and injectts module metadata in a XML node (JDOM element).
|
Modifier and Type | Method and Description |
---|---|
Module |
SSE091Parser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
SSE091Generator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Class and Description |
---|---|
class |
Conflict
|
class |
Conflicts
|
class |
History
|
class |
Related
|
class |
Sharing
|
class |
SSEModule
The base module for SSE data synchronization.
|
class |
Sync
|
class |
Update
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Module> |
SSEModule.getInterface() |
Modifier and Type | Interface and Description |
---|---|
interface |
ThreadingModule
Currently no support for thr:count, thr:updated, thr:total link attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadingModuleImpl
Currently no support for thr:count, thr:updated, thr:total link attributes.
|
Modifier and Type | Method and Description |
---|---|
Module |
ThreadingModuleParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadingModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Interface and Description |
---|---|
interface |
YWeatherEntryModule
An interface describing the entry/item level data for Yahoo Weather.
|
interface |
YWeatherFeedModule
An interface describing feed/channel level data for Yahoo Weather.
|
interface |
YWeatherModule
A simple parent interface that defines the feed URI.
|
static interface |
YWeatherModuleImpl.CopyFromInterface
Inteface combining feed and entry module.
|
Modifier and Type | Class and Description |
---|---|
class |
YWeatherModuleImpl
A Module implementation for entry or feed level information.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Module> |
YWeatherModuleImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
Module |
WeatherModuleParser.parse(org.jdom2.Element element,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
WeatherModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Method and Description |
---|---|
List<Module> |
Outline.getModules() |
Modifier and Type | Method and Description |
---|---|
void |
Outline.setModules(List<Module> modules) |
Modifier and Type | Interface and Description |
---|---|
interface |
AppModule
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Class and Description |
---|---|
class |
AppModuleImpl
Deprecated.
Propono will be removed in Rome 2.
|
Modifier and Type | Method and Description |
---|---|
Module |
AppModuleParser.parse(org.jdom2.Element elem,
Locale locale)
Deprecated.
Parse JDOM element into module
|
Modifier and Type | Method and Description |
---|---|
void |
AppModuleGenerator.generate(Module module,
org.jdom2.Element parent)
Deprecated.
Generate JDOM element for module and add it to parent element
|
Modifier and Type | Method and Description |
---|---|
Module |
WireFeed.getModule(String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
WireFeed.getModules()
Returns the channel modules.
|
Modifier and Type | Method and Description |
---|---|
void |
WireFeed.setModules(List<Module> modules)
Sets the channel modules.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Module |
Person.getModule(String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
Entry.getModules()
Returns the entry modules.
|
List<Module> |
Feed.getModules()
Returns the feed modules.
|
List<Module> |
Person.getModules()
Returns the entry modules.
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.setModules(List<Module> modules)
Sets the entry modules.
|
void |
Feed.setModules(List<Module> modules)
Sets the feed moduless.
|
void |
Person.setModules(List<Module> modules)
Sets the entry modules.
|
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(String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends Module> |
SyModuleImpl.getInterface() |
List<Module> |
Extendable.getModules()
Returns the entry modules.
|
Modifier and Type | Method and Description |
---|---|
void |
Extendable.setModules(List<Module> modules)
Sets the entry modules.
|
Modifier and Type | Method and Description |
---|---|
static Module |
ModuleUtils.getModule(List<Module> modules,
String uri) |
Modifier and Type | Method and Description |
---|---|
static List<Module> |
ModuleUtils.cloneModules(List<Module> modules) |
Modifier and Type | Method and Description |
---|---|
static List<Module> |
ModuleUtils.cloneModules(List<Module> modules) |
static Module |
ModuleUtils.getModule(List<Module> modules,
String uri) |
Modifier and Type | Method and Description |
---|---|
Module |
Channel.getModule(String uri)
Returns the module identified by a given URI.
|
Module |
Item.getModule(String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
Channel.getModules()
Returns the channel modules.
|
List<Module> |
Item.getModules()
Returns the item modules.
|
Modifier and Type | Method and Description |
---|---|
void |
Channel.setModules(List<Module> modules)
Sets the channel modules.
|
void |
Item.setModules(List<Module> modules)
Sets the item modules.
|
Modifier and Type | Method and Description |
---|---|
Module |
SyndFeed.getModule(String uri)
Returns the module identified by a given URI.
|
Module |
SyndEntry.getModule(String uri)
Returns the module identified by a given URI.
|
Module |
SyndFeedImpl.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 |
SyndEntryImpl.getModule(String uri)
Returns the module identified by a given URI.
|
Modifier and Type | Method and Description |
---|---|
List<Module> |
SyndFeed.getModules()
Returns the feed modules.
|
List<Module> |
SyndEntry.getModules()
Returns the entry modules.
|
List<Module> |
SyndFeedImpl.getModules()
Returns the feed modules.
|
List<Module> |
SyndPersonImpl.getModules()
Returns the person modules.
|
List<Module> |
SyndEntryImpl.getModules()
Returns the entry modules.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndFeed.setModules(List<Module> modules)
Sets the feed modules.
|
void |
SyndEntry.setModules(List<Module> modules)
Sets the entry modules.
|
void |
SyndFeedImpl.setModules(List<Module> modules)
Sets the feed modules.
|
void |
SyndPersonImpl.setModules(List<Module> modules)
Sets the person modules.
|
void |
SyndEntryImpl.setModules(List<Module> modules)
Sets the entry modules.
|
Modifier and Type | Method and Description |
---|---|
Module |
ModuleParser.parse(org.jdom2.Element element,
Locale locale)
Parses the XML node (JDOM element) extracting module information.
|
Modifier and Type | Method and Description |
---|---|
void |
ModuleGenerator.generate(Module module,
org.jdom2.Element element)
Generates and injects module metadata into an XML node (JDOM element).
|
Modifier and Type | Method and Description |
---|---|
Module |
DCModuleParser.parse(org.jdom2.Element dcRoot,
Locale locale)
Parse an element tree and return the module found in it.
|
Module |
SyModuleParser.parse(org.jdom2.Element syndRoot,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected List<Module> |
BaseWireFeedParser.parseFeedModules(org.jdom2.Element feedElement,
Locale locale) |
protected List<Module> |
BaseWireFeedParser.parseItemModules(org.jdom2.Element itemElement,
Locale locale) |
List<Module> |
ModuleParsers.parseModules(org.jdom2.Element root,
Locale locale) |
protected List<Module> |
BaseWireFeedParser.parsePersonModules(org.jdom2.Element itemElement,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
DCModuleGenerator.generate(Module module,
org.jdom2.Element element)
Populate an element tree with elements for a module.
|
void |
SyModuleGenerator.generate(Module module,
org.jdom2.Element element) |
Modifier and Type | Method and Description |
---|---|
protected void |
BaseWireFeedGenerator.generateFeedModules(List<Module> modules,
org.jdom2.Element feed) |
void |
BaseWireFeedGenerator.generateItemModules(List<Module> modules,
org.jdom2.Element item) |
void |
ModuleGenerators.generateModules(List<Module> modules,
org.jdom2.Element element) |
void |
BaseWireFeedGenerator.generatePersonModules(List<Module> modules,
org.jdom2.Element person) |
Copyright © 2020. All rights reserved.