com.sun.syndication.feed.synd.impl
Class ConverterForRSS094
java.lang.Object
com.sun.syndication.feed.synd.impl.ConverterForRSS090
com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
com.sun.syndication.feed.synd.impl.ConverterForRSS092
com.sun.syndication.feed.synd.impl.ConverterForRSS093
com.sun.syndication.feed.synd.impl.ConverterForRSS094
- All Implemented Interfaces:
- Converter
- Direct Known Subclasses:
- ConverterForRSS20
public class ConverterForRSS094
- extends ConverterForRSS093
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterForRSS094
public ConverterForRSS094()
ConverterForRSS094
protected ConverterForRSS094(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 ConverterForRSS091Userland
- 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 ConverterForRSS093
createRealFeed
protected WireFeed createRealFeed(java.lang.String type,
SyndFeed syndFeed)
- Overrides:
createRealFeed
in class ConverterForRSS091Userland
createRSSItem
protected Item createRSSItem(SyndEntry sEntry)
- Overrides:
createRSSItem
in class ConverterForRSS093
Copyright © Sun Microsystems. All Rights Reserved.