Package com.rometools.rome.io.impl
Class RSS094Generator
-
- All Implemented Interfaces:
WireFeedGenerator
- Direct Known Subclasses:
RSS20Generator
public class RSS094Generator extends RSS093Generator
Feed Generator for RSS 0.94
-
-
Constructor Summary
Constructors Modifier Constructor Description RSS094Generator()protectedRSS094Generator(String feedType, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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, populateChannel
-
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
-
populateItem
protected void populateItem(Item item, org.jdom2.Element eItem, int index)
- Overrides:
populateItemin classRSS093Generator
-
-