Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.io.impl
Class RSS093Generator  view RSS093Generator download RSS093Generator.java

java.lang.Object
  extended bycom.sun.syndication.io.impl.BaseWireFeedGenerator
      extended bycom.sun.syndication.io.impl.RSS090Generator
          extended bycom.sun.syndication.io.impl.RSS091UserlandGenerator
              extended bycom.sun.syndication.io.impl.RSS092Generator
                  extended bycom.sun.syndication.io.impl.RSS093Generator
All Implemented Interfaces:
com.sun.syndication.io.WireFeedGenerator
Direct Known Subclasses:
RSS094Generator

public class RSS093Generator
extends RSS092Generator

Feed Generator for RSS 0.93


Field Summary
 
Fields inherited from class com.sun.syndication.io.impl.RSS091UserlandGenerator
 
Fields inherited from class com.sun.syndication.io.impl.RSS090Generator
 
Fields inherited from class com.sun.syndication.io.impl.BaseWireFeedGenerator
 
Constructor Summary
  RSS093Generator()
           
protected RSS093Generator(java.lang.String feedType, java.lang.String version)
           
 
Method Summary
protected  int getNumberOfEnclosures(java.util.List enclosures)
           
protected  void populateItem(com.sun.syndication.feed.rss.Item item, org.jdom.Element eItem, int index)
           
 
Methods inherited from class com.sun.syndication.io.impl.RSS092Generator
checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkItemsConstraints, checkTextInputConstraints, generateCategoryElement, generateCloud, generateEnclosure, generateSourceElement, populateChannel
 
Methods inherited from class com.sun.syndication.io.impl.RSS091UserlandGenerator
addChannel, createDocument, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, isHourFormat24, populateFeed, populateImage
 
Methods inherited from class com.sun.syndication.io.impl.RSS090Generator
addImage, addItem, addItems, addTextInput, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getRDFNamespace, getTextInputLabel, populateTextInput
 
Methods inherited from class com.sun.syndication.io.impl.BaseWireFeedGenerator
generateFeedModules, generateItemModules, generateModuleNamespaceDefs, getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RSS093Generator

public RSS093Generator()

RSS093Generator

protected RSS093Generator(java.lang.String feedType,
                          java.lang.String version)
Method Detail

populateItem

protected void populateItem(com.sun.syndication.feed.rss.Item item,
                            org.jdom.Element eItem,
                            int index)
Overrides:
populateItem in class RSS092Generator

getNumberOfEnclosures

protected int getNumberOfEnclosures(java.util.List enclosures)
Overrides:
getNumberOfEnclosures in class RSS092Generator