Package com.rometools.rome.io.impl
Class RSS091NetscapeGenerator
- java.lang.Object
-
- com.rometools.rome.io.impl.BaseWireFeedGenerator
-
- com.rometools.rome.io.impl.RSS090Generator
-
- com.rometools.rome.io.impl.RSS091UserlandGenerator
-
- com.rometools.rome.io.impl.RSS091NetscapeGenerator
-
- All Implemented Interfaces:
WireFeedGenerator
public class RSS091NetscapeGenerator extends RSS091UserlandGenerator
Feed Generator for RSS 0.91
-
-
Constructor Summary
Constructors Modifier Constructor Description RSS091NetscapeGenerator()protectedRSS091NetscapeGenerator(String type, String version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.jdom2.DocumentcreateDocument(org.jdom2.Element root)protected StringgetTextInputLabel()protected booleanisHourFormat24()To be overriden by RSS 0.91 Netscape and RSS 0.94-
Methods inherited from class com.rometools.rome.io.impl.RSS091UserlandGenerator
addChannel, checkChannelConstraints, checkImageConstraints, checkItemConstraints, checkTextInputConstraints, createRootElement, generateSkipDaysElement, generateSkipHoursElement, getFeedNamespace, getVersion, populateChannel, populateFeed, populateImage, populateItem
-
Methods inherited from class com.rometools.rome.io.impl.RSS090Generator
addImage, addItem, addItems, addTextInput, checkItemsConstraints, checkLength, checkNotNullAndLength, generate, generateSimpleElement, getContentNamespace, getRDFNamespace, populateTextInput
-
Methods inherited from class com.rometools.rome.io.impl.BaseWireFeedGenerator
generateFeedModules, generateForeignMarkup, generateItemModules, generateModuleNamespaceDefs, generatePersonModules, getType, purgeUnusedNamespaceDeclarations
-
-
-
-
Method Detail
-
createDocument
protected org.jdom2.Document createDocument(org.jdom2.Element root)
- Overrides:
createDocumentin classRSS091UserlandGenerator
-
getTextInputLabel
protected String getTextInputLabel()
- Overrides:
getTextInputLabelin classRSS090Generator
-
isHourFormat24
protected boolean isHourFormat24()
To be overriden by RSS 0.91 Netscape and RSS 0.94- Overrides:
isHourFormat24in classRSS091UserlandGenerator
-
-