com.sun.syndication.feed.synd.impl
Class ConverterForRSS10
java.lang.Object
com.sun.syndication.feed.synd.impl.ConverterForRSS090
com.sun.syndication.feed.synd.impl.ConverterForRSS10
- All Implemented Interfaces:
- Converter
public class ConverterForRSS10
- extends ConverterForRSS090
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterForRSS10
public ConverterForRSS10()
ConverterForRSS10
protected ConverterForRSS10(java.lang.String type)
copyInto
public void copyInto(WireFeed feed,
SyndFeed syndFeed)
- Description copied from interface:
Converter
- Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
It assumes the given SyndFeedImpl has no properties set.
- Specified by:
copyInto
in interface Converter
- Overrides:
copyInto
in class ConverterForRSS090
- Parameters:
feed
- real feed to copy/convert.syndFeed
- the SyndFeedImpl that will contain the copied/converted values of the real feed.
createSyndEntry
protected SyndEntry createSyndEntry(Item item)
- Overrides:
createSyndEntry
in class ConverterForRSS090
createRealFeed
protected WireFeed createRealFeed(java.lang.String type,
SyndFeed syndFeed)
- Overrides:
createRealFeed
in class ConverterForRSS090
createRSSItem
protected Item createRSSItem(SyndEntry sEntry)
- Overrides:
createRSSItem
in class ConverterForRSS090
createItemDescription
protected Description createItemDescription(SyndContent sContent)
createItemContent
protected Content createItemContent(SyndContent sContent)
Copyright © Sun Microsystems. All Rights Reserved.