|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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
public class RSS20Generator
Feed Generator for RSS 2.0
Constructor Summary | |
---|---|
|
RSS20Generator()
|
protected |
RSS20Generator(java.lang.String feedType,
java.lang.String version)
|
Method Summary | |
---|---|
protected void |
populateChannel(Channel channel,
Element eChannel)
Populates the given channel with parsed data from the ROME element that holds the channel data. |
void |
populateItem(Item item,
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, getContentNamespace, getRDFNamespace, getTextInputLabel, 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 |
Constructor Detail |
---|
public RSS20Generator()
protected RSS20Generator(java.lang.String feedType, java.lang.String version)
Method Detail |
---|
protected void populateChannel(Channel channel, Element eChannel)
RSS090Generator
populateChannel
in class RSS092Generator
channel
- the channel into which parsed data will be added.eChannel
- the XML element that holds the data for the channel.public void populateItem(Item item, Element eItem, int index)
populateItem
in class RSS094Generator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |