public class ConverterForRSS10 extends ConverterForRSS090
Modifier | Constructor and Description |
---|---|
|
ConverterForRSS10() |
protected |
ConverterForRSS10(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 Content |
createItemContent(SyndContent sContent) |
protected Description |
createItemDescription(SyndContent sContent) |
protected WireFeed |
createRealFeed(String type,
SyndFeed syndFeed) |
protected Item |
createRSSItem(SyndEntry sEntry) |
protected SyndEntry |
createSyndEntry(Item item,
boolean preserveWireItem) |
createRealFeed, createRSSImage, createRSSItems, createSource, createSource, createSyndEntries, createSyndImage, getType
public ConverterForRSS10()
protected ConverterForRSS10(String type)
public void copyInto(WireFeed feed, SyndFeed syndFeed)
Converter
It assumes the given SyndFeedImpl has no properties set.
copyInto
in interface Converter
copyInto
in class ConverterForRSS090
feed
- real feed to copy/convert.syndFeed
- the SyndFeedImpl that will contain the copied/converted values of the real
feed.protected SyndEntry createSyndEntry(Item item, boolean preserveWireItem)
createSyndEntry
in class ConverterForRSS090
protected WireFeed createRealFeed(String type, SyndFeed syndFeed)
createRealFeed
in class ConverterForRSS090
protected Item createRSSItem(SyndEntry sEntry)
createRSSItem
in class ConverterForRSS090
protected Description createItemDescription(SyndContent sContent)
protected Content createItemContent(SyndContent sContent)
Copyright © 2019. All rights reserved.