|
|||||||||
| Home >> All >> com >> sun >> syndication >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.sun.syndication.io.impl
Class RSS20Generator

java.lang.Objectcom.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
com.sun.syndication.io.impl.RSS094Generator
com.sun.syndication.io.impl.RSS20Generator
- All Implemented Interfaces:
- com.sun.syndication.io.WireFeedGenerator
- public class RSS20Generator
- extends RSS094Generator
Feed Generator for RSS 2.0
| 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 | |
|
RSS20Generator()
|
protected |
RSS20Generator(java.lang.String feedType,
java.lang.String version)
|
| Method Summary | |
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.RSS093Generator |
getNumberOfEnclosures |
| Methods inherited from class com.sun.syndication.io.impl.RSS092Generator |
checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkItemsConstraints, checkTextInputConstraints, generateCategoryElement, generateCloud, generateEnclosure, generateSourceElement |
| 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 |
RSS20Generator
public RSS20Generator()
RSS20Generator
protected RSS20Generator(java.lang.String feedType, java.lang.String version)
| Method Detail |
populateChannel
protected void populateChannel(com.sun.syndication.feed.rss.Channel channel, org.jdom.Element eChannel)
- Overrides:
populateChannelin classRSS092Generator
populateItem
protected void populateItem(com.sun.syndication.feed.rss.Item item, org.jdom.Element eItem, int index)
- Overrides:
populateItemin classRSS094Generator
|
|||||||||
| Home >> All >> com >> sun >> syndication >> io >> [ impl overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC