com.sun.syndication.feed.synd.impl
クラス ConverterForRSS091Userland
java.lang.Object
com.sun.syndication.feed.synd.impl.ConverterForRSS090
com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland
- すべての実装されたインタフェース:
- Converter
- 直系の既知のサブクラス:
- ConverterForRSS091Netscape, ConverterForRSS092
public class ConverterForRSS091Userland
- extends ConverterForRSS090
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConverterForRSS091Userland
public ConverterForRSS091Userland()
ConverterForRSS091Userland
protected ConverterForRSS091Userland(java.lang.String type)
copyInto
public void copyInto(WireFeed feed,
SyndFeed syndFeed)
- インタフェース
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.
- 定義:
- インタフェース
Converter 内の copyInto - オーバーライド:
- クラス
ConverterForRSS090 内の copyInto
- パラメータ:
feed - real feed to copy/convert.syndFeed - the SyndFeedImpl that will contain the copied/converted values of the real feed.
createSyndImage
protected SyndImage createSyndImage(Image rssImage)
- オーバーライド:
- クラス
ConverterForRSS090 内の createSyndImage
createSyndEntry
protected SyndEntry createSyndEntry(Item item)
- オーバーライド:
- クラス
ConverterForRSS090 内の createSyndEntry
createRealFeed
protected WireFeed createRealFeed(java.lang.String type,
SyndFeed syndFeed)
- オーバーライド:
- クラス
ConverterForRSS090 内の createRealFeed
createRSSImage
protected Image createRSSImage(SyndImage sImage)
- オーバーライド:
- クラス
ConverterForRSS090 内の createRSSImage
createRSSItem
protected Item createRSSItem(SyndEntry sEntry)
- オーバーライド:
- クラス
ConverterForRSS090 内の createRSSItem
createItemDescription
protected Description createItemDescription(SyndContent sContent)