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

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
すべての実装されたインタフェース:
WireFeedGenerator
直系の既知のサブクラス:
RSS094Generator

public class RSS093Generator
extends RSS092Generator

Feed Generator for RSS 0.93


コンストラクタの概要
  RSS093Generator()
           
protected RSS093Generator(java.lang.String feedType, java.lang.String version)
           
 
メソッドの概要
protected  int getNumberOfEnclosures(java.util.List enclosures)
           
protected  void populateItem(Item item, Element eItem, int index)
           
 
クラス com.sun.syndication.io.impl.RSS092Generator から継承されたメソッド
checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkItemsConstraints, checkTextInputConstraints, generateCategoryElement, generateCloud, generateEnclosure, generateSourceElement, populateChannel
 
クラス 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
 

コンストラクタの詳細

RSS093Generator

public RSS093Generator()

RSS093Generator

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

populateItem

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

getNumberOfEnclosures

protected int getNumberOfEnclosures(java.util.List enclosures)
オーバーライド:
クラス RSS092Generator 内の getNumberOfEnclosures