| java.lang.Object com.sun.syndication.io.impl.BaseWireFeedGenerator com.sun.syndication.io.impl.RSS090Generator
All known Subclasses: com.sun.syndication.io.impl.RSS10Generator, com.sun.syndication.io.impl.RSS091UserlandGenerator,
Method Summary | |
protected void | addChannel(Channel channel, Element parent) | protected void | addImage(Channel channel, Element parent) | protected void | addItem(Item item, Element parent, int index) | protected void | addItems(Channel channel, Element parent) | protected void | addTextInput(Channel channel, Element parent) | protected void | checkChannelConstraints(Element eChannel) | protected void | checkImageConstraints(Element eImage) | protected void | checkItemConstraints(Element eItem) | protected void | checkItemsConstraints(Element parent) | protected void | checkLength(Element parent, String childName, int minLen, int maxLen) | protected void | checkNotNullAndLength(Element parent, String childName, int minLen, int maxLen) | protected void | checkTextInputConstraints(Element eTextInput) | protected Document | createDocument(Element root) | protected Element | createRootElement(Channel channel) | public Document | generate(WireFeed feed) | protected Element | generateSimpleElement(String name, String value) | protected Namespace | getContentNamespace() | protected Namespace | getFeedNamespace() | protected Namespace | getRDFNamespace() | protected String | getTextInputLabel() | protected void | populateChannel(Channel channel, Element eChannel) Populates the given channel with parsed data from the ROME element that holds the
channel data. | protected void | populateFeed(Channel channel, Element parent) | protected void | populateImage(Image image, Element eImage) | protected void | populateItem(Item item, Element eItem, int index) | protected void | populateTextInput(TextInput textInput, Element eTextInput) |
RSS090Generator | public RSS090Generator()(Code) | | |
checkChannelConstraints | protected void checkChannelConstraints(Element eChannel) throws FeedException(Code) | | |
checkImageConstraints | protected void checkImageConstraints(Element eImage) throws FeedException(Code) | | |
checkItemConstraints | protected void checkItemConstraints(Element eItem) throws FeedException(Code) | | |
checkItemsConstraints | protected void checkItemsConstraints(Element parent) throws FeedException(Code) | | |
checkNotNullAndLength | protected void checkNotNullAndLength(Element parent, String childName, int minLen, int maxLen) throws FeedException(Code) | | |
checkTextInputConstraints | protected void checkTextInputConstraints(Element eTextInput) throws FeedException(Code) | | |
createDocument | protected Document createDocument(Element root)(Code) | | |
createRootElement | protected Element createRootElement(Channel channel)(Code) | | |
generateSimpleElement | protected Element generateSimpleElement(String name, String value)(Code) | | |
getContentNamespace | protected Namespace getContentNamespace()(Code) | | |
getFeedNamespace | protected Namespace getFeedNamespace()(Code) | | |
getRDFNamespace | protected Namespace getRDFNamespace()(Code) | | |
populateChannel | protected void populateChannel(Channel channel, Element eChannel)(Code) | | Populates the given channel with parsed data from the ROME element that holds the
channel data.
Parameters: channel - the channel into which parsed data will be added. Parameters: eChannel - the XML element that holds the data for the channel. |
populateImage | protected void populateImage(Image image, Element eImage)(Code) | | |
populateItem | protected void populateItem(Item item, Element eItem, int index)(Code) | | |
populateTextInput | protected void populateTextInput(TextInput textInput, Element eTextInput)(Code) | | |
|
|