com.sun.syndication.io.impl
public class RSS091UserlandGenerator extends RSS090Generator
| Field Summary | |
|---|---|
| String | _version |
| Constructor Summary | |
|---|---|
| RSS091UserlandGenerator() | |
| protected | RSS091UserlandGenerator(String type, String version) |
| Method Summary | |
|---|---|
| protected void | addChannel(Channel channel, Element parent) |
| protected void | checkChannelConstraints(Element eChannel) |
| protected void | checkImageConstraints(Element eImage) |
| protected void | checkItemConstraints(Element eItem) |
| protected void | checkTextInputConstraints(Element eTextInput) |
| protected Document | createDocument(Element root) |
| protected Element | createRootElement(Channel channel) |
| protected Element | generateSkipDaysElement(List days) |
| protected Element | generateSkipHoursElement(List hours) |
| protected Namespace | getFeedNamespace() |
| protected String | getVersion() |
| protected boolean | isHourFormat24()
To be overriden by RSS 0.91 Netscape and RSS 0.94 |
| protected void | populateChannel(Channel channel, Element eChannel) |
| protected void | populateFeed(Channel channel, Element parent) |
| protected void | populateImage(Image image, Element eImage) |
| protected void | populateItem(Item item, Element eItem, int index) |