com.sun.syndication.io.impl
クラス RSS20Generator

java.lang.Object
  上位を拡張 com.sun.syndication.io.impl.BaseWireFeedGenerator
      上位を拡張 com.sun.syndication.io.impl.RSS090Generator
          上位を拡張 com.sun.syndication.io.impl.RSS091UserlandGenerator
              上位を拡張 com.sun.syndication.io.impl.RSS092Generator
                  上位を拡張 com.sun.syndication.io.impl.RSS093Generator
                      上位を拡張 com.sun.syndication.io.impl.RSS094Generator
                          上位を拡張 com.sun.syndication.io.impl.RSS20Generator
すべての実装されたインタフェース:
WireFeedGenerator

public class RSS20Generator
extends RSS094Generator

Feed Generator for RSS 2.0


コンストラクタの概要
  RSS20Generator()
           
protected RSS20Generator(java.lang.String feedType, java.lang.String version)
           
 
メソッドの概要
protected  void populateChannel(Channel channel, Element eChannel)
          Populates the given channel with parsed data from the ROME element that holds the channel data.
 void populateItem(Item item, Element eItem, int index)
           
 
クラス com.sun.syndication.io.impl.RSS093Generator から継承されたメソッド
getNumberOfEnclosures
 
クラス com.sun.syndication.io.impl.RSS092Generator から継承されたメソッド
checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkItemsConstraints, checkTextInputConstraints, generateCategoryElement, generateCloud, generateEnclosure, generateSourceElement
 
クラス com.sun.syndication.io.impl.RSS091UserlandGenerator から継承されたメソッド
addChannel, createDocument, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, isHourFormat24, populateFeed, populateImage
 
クラス com.sun.syndication.io.impl.RSS090Generator から継承されたメソッド
addImage, addItem, addItems, addTextInput, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, getTextInputLabel, populateTextInput
 
クラス com.sun.syndication.io.impl.BaseWireFeedGenerator から継承されたメソッド
generateFeedModules, generateForeignMarkup, generateItemModules, generateModuleNamespaceDefs, getType, purgeUnusedNamespaceDeclarations
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RSS20Generator

public RSS20Generator()

RSS20Generator

protected RSS20Generator(java.lang.String feedType,
                         java.lang.String version)
メソッドの詳細

populateChannel

protected void populateChannel(Channel channel,
                               Element eChannel)
クラス RSS090Generator の記述:
Populates the given channel with parsed data from the ROME element that holds the channel data.

オーバーライド:
クラス RSS092Generator 内の populateChannel
パラメータ:
channel - the channel into which parsed data will be added.
eChannel - the XML element that holds the data for the channel.

populateItem

public void populateItem(Item item,
                         Element eItem,
                         int index)
オーバーライド:
クラス RSS094Generator 内の populateItem