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

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.RSS091NetscapeGenerator
すべての実装されたインタフェース:
WireFeedGenerator

public class RSS091NetscapeGenerator
extends RSS091UserlandGenerator

Feed Generator for RSS 0.91


コンストラクタの概要
  RSS091NetscapeGenerator()
           
protected RSS091NetscapeGenerator(java.lang.String type, java.lang.String version)
           
 
メソッドの概要
protected  Document createDocument(Element root)
           
protected  java.lang.String getTextInputLabel()
           
protected  boolean isHourFormat24()
          To be overriden by RSS 0.91 Netscape and RSS 0.94
 
クラス com.sun.syndication.io.impl.RSS091UserlandGenerator から継承されたメソッド
addChannel, checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkTextInputConstraints, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, populateChannel, populateFeed, populateImage, populateItem
 
クラス com.sun.syndication.io.impl.RSS090Generator から継承されたメソッド
addImage, addItem, addItems, addTextInput, checkItemsConstraints, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, 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
 

コンストラクタの詳細

RSS091NetscapeGenerator

public RSS091NetscapeGenerator()

RSS091NetscapeGenerator

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

createDocument

protected Document createDocument(Element root)
オーバーライド:
クラス RSS091UserlandGenerator 内の createDocument

getTextInputLabel

protected java.lang.String getTextInputLabel()
オーバーライド:
クラス RSS090Generator 内の getTextInputLabel

isHourFormat24

protected boolean isHourFormat24()
To be overriden by RSS 0.91 Netscape and RSS 0.94

オーバーライド:
クラス RSS091UserlandGenerator 内の isHourFormat24