com.sun.syndication.feed.synd.impl
クラス ConverterForRSS10

java.lang.Object
  上位を拡張 com.sun.syndication.feed.synd.impl.ConverterForRSS090
      上位を拡張 com.sun.syndication.feed.synd.impl.ConverterForRSS10
すべての実装されたインタフェース:
Converter

public class ConverterForRSS10
extends ConverterForRSS090


コンストラクタの概要
  ConverterForRSS10()
           
protected ConverterForRSS10(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  Content createItemContent(SyndContent sContent)
           
protected  Description createItemDescription(SyndContent sContent)
           
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.ConverterForRSS090 から継承されたメソッド
createRealFeed, createRSSImage, createRSSItems, createSyndEntries, createSyndImage, getType
 
クラス 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)
インタフェース 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.

createSyndEntry

protected SyndEntry createSyndEntry(Item item)
オーバーライド:
クラス ConverterForRSS090 内の createSyndEntry

createRealFeed

protected WireFeed createRealFeed(java.lang.String type,
                                  SyndFeed syndFeed)
オーバーライド:
クラス ConverterForRSS090 内の createRealFeed

createRSSItem

protected Item createRSSItem(SyndEntry sEntry)
オーバーライド:
クラス ConverterForRSS090 内の createRSSItem

createItemDescription

protected Description createItemDescription(SyndContent sContent)

createItemContent

protected Content createItemContent(SyndContent sContent)