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

Quick Search    Search Deep

com.sun.syndication.io.impl
Class RSS092Generator  view RSS092Generator download RSS092Generator.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
All Implemented Interfaces:
com.sun.syndication.io.WireFeedGenerator
Direct Known Subclasses:
RSS093Generator

public class RSS092Generator
extends RSS091UserlandGenerator

Feed Generator for RSS 0.92


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
  RSS092Generator()
           
protected RSS092Generator(java.lang.String type, java.lang.String version)
           
 
Method Summary
protected  void checkChannelConstraints(org.jdom.Element eChannel)
           
protected  void checkImageConstraints(org.jdom.Element eImage)
           
protected  void checkItemConstraints(org.jdom.Element eItem)
           
protected  void checkItemsConstraints(org.jdom.Element parent)
           
protected  void checkTextInputConstraints(org.jdom.Element eTextInput)
           
protected  org.jdom.Element generateCategoryElement(com.sun.syndication.feed.rss.Category category)
           
protected  org.jdom.Element generateCloud(com.sun.syndication.feed.rss.Cloud cloud)
           
protected  org.jdom.Element generateEnclosure(com.sun.syndication.feed.rss.Enclosure enclosure)
           
protected  org.jdom.Element generateSourceElement(com.sun.syndication.feed.rss.Source source)
           
protected  int getNumberOfEnclosures(java.util.List enclosures)
           
protected  void populateChannel(com.sun.syndication.feed.rss.Channel channel, org.jdom.Element eChannel)
           
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.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

RSS092Generator

public RSS092Generator()

RSS092Generator

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

populateChannel

protected void populateChannel(com.sun.syndication.feed.rss.Channel channel,
                               org.jdom.Element eChannel)
Overrides:
populateChannel in class RSS091UserlandGenerator

generateCloud

protected org.jdom.Element generateCloud(com.sun.syndication.feed.rss.Cloud cloud)

getNumberOfEnclosures

protected int getNumberOfEnclosures(java.util.List enclosures)

populateItem

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

generateSourceElement

protected org.jdom.Element generateSourceElement(com.sun.syndication.feed.rss.Source source)

generateEnclosure

protected org.jdom.Element generateEnclosure(com.sun.syndication.feed.rss.Enclosure enclosure)

generateCategoryElement

protected org.jdom.Element generateCategoryElement(com.sun.syndication.feed.rss.Category category)

checkChannelConstraints

protected void checkChannelConstraints(org.jdom.Element eChannel)
                                throws com.sun.syndication.io.FeedException
Overrides:
checkChannelConstraints in class RSS091UserlandGenerator

checkImageConstraints

protected void checkImageConstraints(org.jdom.Element eImage)
                              throws com.sun.syndication.io.FeedException
Overrides:
checkImageConstraints in class RSS091UserlandGenerator

checkTextInputConstraints

protected void checkTextInputConstraints(org.jdom.Element eTextInput)
                                  throws com.sun.syndication.io.FeedException
Overrides:
checkTextInputConstraints in class RSS091UserlandGenerator

checkItemsConstraints

protected void checkItemsConstraints(org.jdom.Element parent)
                              throws com.sun.syndication.io.FeedException
Overrides:
checkItemsConstraints in class RSS090Generator

checkItemConstraints

protected void checkItemConstraints(org.jdom.Element eItem)
                             throws com.sun.syndication.io.FeedException
Overrides:
checkItemConstraints in class RSS091UserlandGenerator