com.sun.syndication.io.impl
Class RSS091NetscapeGenerator

java.lang.Object
  extended by com.sun.syndication.io.impl.BaseWireFeedGenerator
      extended by com.sun.syndication.io.impl.RSS090Generator
          extended by com.sun.syndication.io.impl.RSS091UserlandGenerator
              extended by com.sun.syndication.io.impl.RSS091NetscapeGenerator
All Implemented Interfaces:
WireFeedGenerator

public class RSS091NetscapeGenerator
extends RSS091UserlandGenerator

Feed Generator for RSS 0.91

Author:
Elaine Chien

Field Summary
private  java.lang.String _version
           
 
Constructor Summary
  RSS091NetscapeGenerator()
           
protected RSS091NetscapeGenerator(java.lang.String type, java.lang.String version)
           
 
Method Summary
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
 
Methods inherited from class com.sun.syndication.io.impl.RSS091UserlandGenerator
addChannel, checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkTextInputConstraints, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, populateChannel, populateFeed, populateImage, populateItem
 
Methods inherited from class com.sun.syndication.io.impl.RSS090Generator
addImage, addItem, addItems, addTextInput, checkItemsConstraints, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, populateTextInput
 
Methods inherited from class com.sun.syndication.io.impl.BaseWireFeedGenerator
generateFeedModules, generateForeignMarkup, generateItemModules, generateModuleNamespaceDefs, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_version

private java.lang.String _version
Constructor Detail

RSS091NetscapeGenerator

public RSS091NetscapeGenerator()

RSS091NetscapeGenerator

protected RSS091NetscapeGenerator(java.lang.String type,
                                  java.lang.String version)
Method Detail

createDocument

protected Document createDocument(Element root)
Overrides:
createDocument in class RSS091UserlandGenerator

getTextInputLabel

protected java.lang.String getTextInputLabel()
Overrides:
getTextInputLabel in class RSS090Generator

isHourFormat24

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

Overrides:
isHourFormat24 in class RSS091UserlandGenerator


Copyright © Sun Microsystems. All Rights Reserved.