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


コンストラクタの概要
  ConverterForRSS094()
           
protected ConverterForRSS094(java.lang.String type)
           
 
メソッドの概要
 void copyInto(WireFeed feed, SyndFeed syndFeed)
          Makes a deep copy/conversion of the values of a real feed into a SyndFeedImpl.
protected  WireFeed createRealFeed(java.lang.String type, SyndFeed syndFeed)
           
protected  Item createRSSItem(SyndEntry sEntry)
           
protected  SyndEntry createSyndEntry(Item item)
           
 
クラス com.sun.syndication.feed.synd.impl.ConverterForRSS092 から継承されたメソッド
createEnclosures, createRSSCategories, createSyndCategories, createSyndEnclosures
 
クラス com.sun.syndication.feed.synd.impl.ConverterForRSS091Userland から継承されたメソッド
createItemDescription, createRSSImage, createSyndImage
 
クラス com.sun.syndication.feed.synd.impl.ConverterForRSS090 から継承されたメソッド
createRealFeed, createRSSItems, createSyndEntries, getType
 
クラス 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