com.sun.syndication.feed.synd.impl
クラス 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
- すべての実装されたインタフェース:
- Converter
- 直系の既知のサブクラス:
- ConverterForRSS20
public class ConverterForRSS094
- extends ConverterForRSS093
| クラス 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)
- インタフェース
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 - オーバーライド:
- クラス
ConverterForRSS091Userland 内の copyInto
- パラメータ:
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)
- オーバーライド:
- クラス
ConverterForRSS093 内の createSyndEntry
createRealFeed
protected WireFeed createRealFeed(java.lang.String type,
SyndFeed syndFeed)
- オーバーライド:
- クラス
ConverterForRSS091Userland 内の createRealFeed
createRSSItem
protected Item createRSSItem(SyndEntry sEntry)
- オーバーライド:
- クラス
ConverterForRSS093 内の createRSSItem