Package | Description |
---|---|
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 |
---|---|
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(Stack<Integer> context,
List<SyndEntry> allEntries,
Outline outline) |
Modifier and Type | Method and Description |
---|---|
protected void |
ConverterForOPML10.createEntries(Stack<Integer> context,
List<SyndEntry> allEntries,
List<Outline> outlines) |
protected SyndEntry |
ConverterForOPML10.createEntry(Stack<Integer> context,
List<SyndEntry> allEntries,
Outline outline) |
Modifier and Type | Class and Description |
---|---|
class |
SyndEntryImpl
Bean for entries of SyndFeedImpl feeds.
|
Modifier and Type | Method and Description |
---|---|
List<SyndEntry> |
SyndFeedImpl.getEntries()
Returns the feed entries.
|
List<SyndEntry> |
SyndFeed.getEntries()
Returns the feed entries.
|
Class<SyndEntry> |
SyndEntryImpl.getInterface() |
Modifier and Type | Method and Description |
---|---|
void |
SyndFeedImpl.setEntries(List<SyndEntry> entries)
Sets the feed entries.
|
void |
SyndFeed.setEntries(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 |
ConverterForRSS092.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS10.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS093.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS090.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS091Userland.createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndEntry |
ConverterForRSS094.createSyndEntry(Item item,
boolean preserveWireItem) |
Modifier and Type | Method and Description |
---|---|
protected List<SyndEntry> |
ConverterForAtom10.createSyndEntries(Feed feed,
List<Entry> atomEntries,
boolean preserveWireItems) |
protected List<SyndEntry> |
ConverterForAtom03.createSyndEntries(List<Entry> atomEntries,
boolean preserveWireItems) |
protected List<SyndEntry> |
ConverterForRSS090.createSyndEntries(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 |
ConverterForRSS092.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS10.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS093.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS090.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS091Userland.createRSSItem(SyndEntry sEntry) |
protected Item |
ConverterForRSS094.createRSSItem(SyndEntry sEntry) |
Modifier and Type | Method and Description |
---|---|
protected List<Entry> |
ConverterForAtom10.createAtomEntries(List<SyndEntry> syndEntries) |
protected List<Entry> |
ConverterForAtom03.createAtomEntries(List<SyndEntry> syndEntries) |
protected List<Item> |
ConverterForRSS090.createRSSItems(List<SyndEntry> sEntries) |
Copyright © 2023. All rights reserved.