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, getTypepublic ConverterForRSS10()
protected ConverterForRSS10(String type)
public void copyInto(WireFeed feed, SyndFeed syndFeed)
ConverterIt assumes the given SyndFeedImpl has no properties set.
copyInto in interface ConvertercopyInto in class ConverterForRSS090feed - 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 ConverterForRSS090protected WireFeed createRealFeed(String type, SyndFeed syndFeed)
createRealFeed in class ConverterForRSS090protected Item createRSSItem(SyndEntry sEntry)
createRSSItem in class ConverterForRSS090protected Description createItemDescription(SyndContent sContent)
protected Content createItemContent(SyndContent sContent)
Copyright © 2021. All rights reserved.