|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RssItem in org.eclipse.ecf.provider.rss.channel |
---|
Methods in org.eclipse.ecf.provider.rss.channel that return RssItem | |
---|---|
static RssItem |
RSSParserBase.createItem(RssFeed feed,
java.lang.String title,
java.lang.String description,
java.lang.String link)
Creates an item with the specified owner feed, title, link and description. |
RssItem |
RssItem.delete()
Deletes this item. |
RssItem |
RssItem.processConflict(RssItem loserItem)
Performs any necessary conflict processing. |
RssItem |
RssItem.update(RssItem newItem)
Updates this item with the specified one. |
Methods in org.eclipse.ecf.provider.rss.channel with parameters of type RssItem | |
---|---|
boolean |
RssFeed.addItem(RssItem newItem)
Appends the specified item element to the end of the item list (optional operation). |
int |
RssItem.compareTo(RssItem anotherItem)
Compares two items. |
RssItem |
RssItem.processConflict(RssItem loserItem)
Performs any necessary conflict processing. |
RssItem |
RssItem.update(RssItem newItem)
Updates this item with the specified one. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |