public class RSS092Generator extends RSS091UserlandGenerator
Modifier | Constructor and Description |
---|---|
|
RSS092Generator() |
protected |
RSS092Generator(String type,
String version) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkChannelConstraints(org.jdom2.Element eChannel) |
protected void |
checkImageConstraints(org.jdom2.Element eImage) |
protected void |
checkItemConstraints(org.jdom2.Element eItem) |
protected void |
checkItemsConstraints(org.jdom2.Element parent) |
protected void |
checkTextInputConstraints(org.jdom2.Element eTextInput) |
protected org.jdom2.Element |
generateCategoryElement(Category category) |
protected org.jdom2.Element |
generateCloud(Cloud cloud) |
protected org.jdom2.Element |
generateEnclosure(Enclosure enclosure) |
protected org.jdom2.Element |
generateSourceElement(Source source) |
protected int |
getNumberOfEnclosures(List<Enclosure> enclosures) |
protected void |
populateChannel(Channel channel,
org.jdom2.Element eChannel)
Populates the given channel with parsed data from the ROME element that holds the channel
data.
|
protected void |
populateItem(Item item,
org.jdom2.Element eItem,
int index) |
addChannel, createDocument, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, isHourFormat24, populateFeed, populateImage
addImage, addItem, addItems, addTextInput, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, getTextInputLabel, populateTextInput
generateFeedModules, generateForeignMarkup, generateItemModules, generateModuleNamespaceDefs, generatePersonModules, getType, purgeUnusedNamespaceDeclarations
protected void populateChannel(Channel channel, org.jdom2.Element eChannel)
RSS090Generator
populateChannel
in class RSS091UserlandGenerator
channel
- the channel into which parsed data will be added.eChannel
- the XML element that holds the data for the channel.protected org.jdom2.Element generateCloud(Cloud cloud)
protected void populateItem(Item item, org.jdom2.Element eItem, int index)
populateItem
in class RSS091UserlandGenerator
protected org.jdom2.Element generateSourceElement(Source source)
protected org.jdom2.Element generateEnclosure(Enclosure enclosure)
protected org.jdom2.Element generateCategoryElement(Category category)
protected void checkChannelConstraints(org.jdom2.Element eChannel) throws FeedException
checkChannelConstraints
in class RSS091UserlandGenerator
FeedException
protected void checkImageConstraints(org.jdom2.Element eImage) throws FeedException
checkImageConstraints
in class RSS091UserlandGenerator
FeedException
protected void checkTextInputConstraints(org.jdom2.Element eTextInput) throws FeedException
checkTextInputConstraints
in class RSS091UserlandGenerator
FeedException
protected void checkItemsConstraints(org.jdom2.Element parent) throws FeedException
checkItemsConstraints
in class RSS090Generator
FeedException
protected void checkItemConstraints(org.jdom2.Element eItem) throws FeedException
checkItemConstraints
in class RSS091UserlandGenerator
FeedException
Copyright © 2016. All rights reserved.