| 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
All known Subclasses: com.sun.syndication.io.impl.RSS094Generator,
RSS093Generator | public class RSS093Generator extends RSS092Generator (Code) | | Feed Generator for RSS 0.93
author: Elaine Chien |
RSS093Generator | public RSS093Generator()(Code) | | |
getNumberOfEnclosures | protected int getNumberOfEnclosures(List enclosures)(Code) | | |
populateItem | protected void populateItem(Item item, Element eItem, int index)(Code) | | |
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)
|
|
|