Package com.rometools.rome.io.impl
Class RSS20Generator
-
- All Implemented Interfaces:
WireFeedGenerator
public class RSS20Generator extends RSS094Generator
Feed Generator for RSS 2.0
-
-
Constructor Summary
Constructors Modifier Constructor Description RSS20Generator()protectedRSS20Generator(String feedType, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidpopulateChannel(Channel channel, org.jdom2.Element eChannel)Populates the given channel with parsed data from the ROME element that holds the channel data.voidpopulateItem(Item item, org.jdom2.Element eItem, int index)-
Methods inherited from class com.rometools.rome.io.impl.RSS093Generator
getNumberOfEnclosures
-
Methods inherited from class com.rometools.rome.io.impl.RSS092Generator
checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkItemsConstraints, checkTextInputConstraints, generateCategoryElement, generateCloud, generateEnclosure, generateSourceElement
-
Methods inherited from class com.rometools.rome.io.impl.RSS091UserlandGenerator
addChannel, createDocument, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, isHourFormat24, populateFeed, populateImage
-
Methods inherited from class com.rometools.rome.io.impl.RSS090Generator
addImage, addItem, addItems, addTextInput, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, getTextInputLabel, populateTextInput
-
Methods inherited from class com.rometools.rome.io.impl.BaseWireFeedGenerator
generateFeedModules, generateForeignMarkup, generateItemModules, generateModuleNamespaceDefs, generatePersonModules, getType, purgeUnusedNamespaceDeclarations
-
-
-
-
Method Detail
-
populateChannel
protected void populateChannel(Channel channel, org.jdom2.Element eChannel)
Description copied from class:RSS090GeneratorPopulates the given channel with parsed data from the ROME element that holds the channel data.- Overrides:
populateChannelin classRSS092Generator- Parameters:
channel- the channel into which parsed data will be added.eChannel- the XML element that holds the data for the channel.
-
populateItem
public void populateItem(Item item, org.jdom2.Element eItem, int index)
- Overrides:
populateItemin classRSS094Generator
-
-