public class ConverterForRSS091Userland extends ConverterForRSS090
Modifier | Constructor and Description |
---|---|
|
ConverterForRSS091Userland() |
protected |
ConverterForRSS091Userland(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 Description |
createItemDescription(SyndContent sContent) |
protected WireFeed |
createRealFeed(String type,
SyndFeed syndFeed) |
protected Image |
createRSSImage(SyndImage sImage) |
protected Item |
createRSSItem(SyndEntry sEntry) |
protected SyndEntry |
createSyndEntry(Item item,
boolean preserveWireItem) |
protected SyndImage |
createSyndImage(Image rssImage) |
createRealFeed, createRSSItems, createSource, createSource, createSyndEntries, getType
public ConverterForRSS091Userland()
protected ConverterForRSS091Userland(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 Description createItemDescription(SyndContent sContent)
protected Image createRSSImage(SyndImage sImage)
createRSSImage
in class ConverterForRSS090
protected Item createRSSItem(SyndEntry sEntry)
createRSSItem
in class ConverterForRSS090
protected WireFeed createRealFeed(String type, SyndFeed syndFeed)
createRealFeed
in class ConverterForRSS090
protected SyndEntry createSyndEntry(Item item, boolean preserveWireItem)
createSyndEntry
in class ConverterForRSS090
protected SyndImage createSyndImage(Image rssImage)
createSyndImage
in class ConverterForRSS090
Copyright © 2024. All rights reserved.