public class ConverterForRSS090 extends Object implements Converter
Modifier | Constructor and Description |
---|---|
|
ConverterForRSS090() |
protected |
ConverterForRSS090(String type) |
Modifier and Type | Method and Description |
---|---|
void |
copyInto(WireFeed feed,
SyndFeed syndFeed)
Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
|
protected WireFeed |
createRealFeed(String type,
SyndFeed syndFeed) |
WireFeed |
createRealFeed(SyndFeed syndFeed)
Creates real feed with a deep copy/conversion of the values of a SyndFeedImpl.
|
protected Image |
createRSSImage(SyndImage sImage) |
protected Item |
createRSSItem(SyndEntry sEntry) |
protected List<Item> |
createRSSItems(List<SyndEntry> sEntries) |
protected SyndFeed |
createSource(Source source) |
protected Source |
createSource(SyndFeed feed) |
protected List<SyndEntry> |
createSyndEntries(List<Item> rssItems,
boolean preserveWireItems) |
protected SyndEntry |
createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndImage |
createSyndImage(Image rssImage) |
String |
getType()
Returns the type (version) of the real feed this converter handles.
|
public ConverterForRSS090()
protected ConverterForRSS090(String type)
public String getType()
Converter
getType
in interface Converter
for details on the format of this string.
public void copyInto(WireFeed feed, SyndFeed syndFeed)
Converter
It assumes the given SyndFeedImpl has no properties set.
protected List<SyndEntry> createSyndEntries(List<Item> rssItems, boolean preserveWireItems)
public WireFeed createRealFeed(SyndFeed syndFeed)
Converter
createRealFeed
in interface Converter
syndFeed
- SyndFeedImpl to copy/convert value from.Copyright © 2019. All rights reserved.