| java.lang.Object com.sun.syndication.io.impl.BaseWireFeedGenerator com.sun.syndication.io.impl.RSS090Generator com.sun.syndication.io.impl.RSS091UserlandGenerator com.sun.syndication.io.impl.RSS092Generator com.sun.syndication.io.impl.RSS093Generator com.sun.syndication.io.impl.RSS094Generator com.sun.syndication.io.impl.RSS20Generator
RSS20Generator | public class RSS20Generator extends RSS094Generator (Code) | | Feed Generator for RSS 2.0
author: Elaine Chien |
RSS20Generator | public RSS20Generator()(Code) | | |
populateChannel | protected void populateChannel(Channel channel, Element eChannel)(Code) | | |
populateItem | public void populateItem(Item item, Element eItem, int index)(Code) | | |
Methods inherited from com.sun.syndication.io.impl.RSS094Generator | protected void populateItem(Item item, Element eItem, int index)(Code)(Java Doc)
|
Methods inherited from com.sun.syndication.io.impl.RSS093Generator | protected int getNumberOfEnclosures(List enclosures)(Code)(Java Doc) protected void populateItem(Item item, Element eItem, int index)(Code)(Java Doc)
|
Methods inherited from com.sun.syndication.io.impl.RSS090Generator | protected void addChannel(Channel channel, Element parent) throws FeedException(Code)(Java Doc) protected void addImage(Channel channel, Element parent) throws FeedException(Code)(Java Doc) protected void addItem(Item item, Element parent, int index) throws FeedException(Code)(Java Doc) protected void addItems(Channel channel, Element parent) throws FeedException(Code)(Java Doc) protected void addTextInput(Channel channel, Element parent) throws FeedException(Code)(Java Doc) protected void checkChannelConstraints(Element eChannel) throws FeedException(Code)(Java Doc) protected void checkImageConstraints(Element eImage) throws FeedException(Code)(Java Doc) protected void checkItemConstraints(Element eItem) throws FeedException(Code)(Java Doc) protected void checkItemsConstraints(Element parent) throws FeedException(Code)(Java Doc) protected void checkLength(Element parent, String childName, int minLen, int maxLen) throws FeedException(Code)(Java Doc) protected void checkNotNullAndLength(Element parent, String childName, int minLen, int maxLen) throws FeedException(Code)(Java Doc) protected void checkTextInputConstraints(Element eTextInput) throws FeedException(Code)(Java Doc) protected Document createDocument(Element root)(Code)(Java Doc) protected Element createRootElement(Channel channel)(Code)(Java Doc) public Document generate(WireFeed feed) throws FeedException(Code)(Java Doc) protected Element generateSimpleElement(String name, String value)(Code)(Java Doc) protected Namespace getContentNamespace()(Code)(Java Doc) protected Namespace getFeedNamespace()(Code)(Java Doc) protected Namespace getRDFNamespace()(Code)(Java Doc) protected String getTextInputLabel()(Code)(Java Doc) protected void populateChannel(Channel channel, Element eChannel)(Code)(Java Doc) protected void populateFeed(Channel channel, Element parent) throws FeedException(Code)(Java Doc) protected void populateImage(Image image, Element eImage)(Code)(Java Doc) protected void populateItem(Item item, Element eItem, int index)(Code)(Java Doc) protected void populateTextInput(TextInput textInput, Element eTextInput)(Code)(Java Doc)
|
|
|