Package | Description |
---|---|
com.rometools.certiorem.hub |
This package contains the core of the Hub implementation.
|
com.rometools.modules.georss |
This package contains classes to enable the rome rss library with georss support.
|
com.rometools.opml.feed.synd.impl |
This packages contains the SyndFeed converters for the
OPML module.
|
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
DeltaSyndFeedInfo.computeEntryTag(SyndEntry entry)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GeoRSSModule |
GeoRSSUtils.getGeoRSS(SyndEntry entry)
This convenience method checks whether there is any geoRss Element and will return it (georss
simple or W3GGeo).
|
Modifier and Type | Method and Description |
---|---|
protected SyndEntry |
ConverterForOPML10.createEntry(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
Outline outline) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConverterForOPML10.createEntries(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
java.util.List<Outline> outlines) |
protected SyndEntry |
ConverterForOPML10.createEntry(java.util.Stack<java.lang.Integer> context,
java.util.List<SyndEntry> allEntries,
Outline outline) |
Modifier and Type | Class and Description |
---|---|
class |
SyndEntryImpl
Bean for entries of SyndFeedImpl feeds.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<SyndEntry> |
SyndFeedImpl.entries |
Modifier and Type | Method and Description |
---|---|
java.util.List<SyndEntry> |
SyndFeed.getEntries()
Returns the feed entries.
|
java.util.List<SyndEntry> |
SyndFeedImpl.getEntries()
Returns the feed entries.
|
java.lang.Class<SyndEntry> |
SyndEntryImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
void |
SyndFeed.setEntries(java.util.List<SyndEntry> entries)
Sets the feed entries.
|
void |
SyndFeedImpl.setEntries(java.util.List<SyndEntry> entries)
Sets the feed entries.
|
Modifier and Type | Method and Description |
---|---|
protected SyndEntry |
ConverterForAtom03.createSyndEntry(Entry entry,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForAtom10.createSyndEntry(Feed feed,
Entry entry,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS094.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS092.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS091Userland.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS10.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS090.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS093.createSyndEntry(Item item,
boolean preserveWireItem) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<SyndEntry> |
ConverterForAtom10.createSyndEntries(Feed feed,
java.util.List<Entry> atomEntries,
boolean preserveWireItems) |
protected java.util.List<SyndEntry> |
ConverterForAtom03.createSyndEntries(java.util.List<Entry> atomEntries,
boolean preserveWireItems) |
protected java.util.List<SyndEntry> |
ConverterForRSS090.createSyndEntries(java.util.List<Item> rssItems,
boolean preserveWireItems) |
Modifier and Type | Method and Description |
---|---|
protected Entry |
ConverterForAtom10.createAtomEntry(SyndEntry sEntry) |
protected Entry |
ConverterForAtom03.createAtomEntry(SyndEntry sEntry) |
protected Item |
ConverterForRSS094.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS092.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS091Userland.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS10.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS090.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS093.createRSSItem(SyndEntry sEntry) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Entry> |
ConverterForAtom10.createAtomEntries(java.util.List<SyndEntry> syndEntries) |
protected java.util.List<Entry> |
ConverterForAtom03.createAtomEntries(java.util.List<SyndEntry> syndEntries) |
protected java.util.List<Item> |
ConverterForRSS090.createRSSItems(java.util.List<SyndEntry> sEntries) |