Uses of Class
com.oorian.rss.RssChannel
-
Uses of RssChannel in com.oorian.rss
Methods in com.oorian.rss that return RssChannelModifier and TypeMethodDescriptionRssChannel.addCategory(String value) Adds a category to this channel.RssChannel.addCategory(String value, String domain) Adds a category with a domain to this channel.Adds an item to this channel.protected abstract RssChannelRssFeed.createChannel()Creates and returns the RSS channel for this feed.RssChannel.setAtomSelfLink(String atomSelfLink) Sets the self-referencing Atom link for this feed.RssChannel.setCopyright(String copyright) Sets the copyright notice for the content of this channel.Sets the URL that points to the documentation for the RSS format used.RssChannel.setGenerator(String generator) Sets the program used to generate the channel.Sets the channel image (logo).RssChannel.setLanguage(String language) Sets the language the channel is written in (e.g., "en-us").RssChannel.setLastBuildDate(Date lastBuildDate) Sets the last time the content of the channel changed.RssChannel.setManagingEditor(String managingEditor) Sets the email address for the managing editor of the channel content.RssChannel.setPubDate(Date pubDate) Sets the publication date for the content in this channel.RssChannel.setTtl(int ttl) Sets the time to live (TTL) in minutes, indicating how long a channel can be cached before refreshing from the source.RssChannel.setWebMaster(String webMaster) Sets the email address for the webmaster responsible for technical issues.