public class RSS10Generator extends RSS090Generator
| Modifier | Constructor and Description |
|---|---|
|
RSS10Generator() |
protected |
RSS10Generator(String feedType) |
| 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.Namespace |
getFeedNamespace() |
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, addImage, addItem, addItems, addTextInput, checkLength, checkNotNullAndLength, createDocument, createRootElement, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, getTextInputLabel, populateFeed, populateImage, populateTextInputgenerateFeedModules, generateForeignMarkup, generateItemModules, generateModuleNamespaceDefs, generatePersonModules, getType, purgeUnusedNamespaceDeclarationspublic RSS10Generator()
protected RSS10Generator(String feedType)
protected org.jdom2.Namespace getFeedNamespace()
getFeedNamespace in class RSS090Generatorprotected void populateChannel(Channel channel, org.jdom2.Element eChannel)
RSS090GeneratorpopulateChannel in class RSS090Generatorchannel - the channel into which parsed data will be added.eChannel - the XML element that holds the data for the channel.protected void populateItem(Item item, org.jdom2.Element eItem, int index)
populateItem in class RSS090Generatorprotected void checkChannelConstraints(org.jdom2.Element eChannel)
throws FeedException
checkChannelConstraints in class RSS090GeneratorFeedExceptionprotected void checkImageConstraints(org.jdom2.Element eImage)
throws FeedException
checkImageConstraints in class RSS090GeneratorFeedExceptionprotected void checkTextInputConstraints(org.jdom2.Element eTextInput)
throws FeedException
checkTextInputConstraints in class RSS090GeneratorFeedExceptionprotected void checkItemsConstraints(org.jdom2.Element parent)
throws FeedException
checkItemsConstraints in class RSS090GeneratorFeedExceptionprotected void checkItemConstraints(org.jdom2.Element eItem)
throws FeedException
checkItemConstraints in class RSS090GeneratorFeedExceptionCopyright © 2015. All Rights Reserved.