org.gudy.azureus2.plugins.utils.xml.rss
Interface RSSChannel

All Known Implementing Classes:
RSSChannelImpl

public interface RSSChannel

Author:
parg

Method Summary
 String getDescription()
          Returns the mandatory description
 RSSItem[] getItems()
          returns the items in the channel
 URL getLink()
          Returns the mandatory link
 SimpleXMLParserDocumentNode getNode()
          returns the underlying XML node for extraction of extensions
 Date getPublicationDate()
          Returns the *optional* publication date
 String getTitle()
          Returns the mandatory title
 

Method Detail

getTitle

String getTitle()
Returns the mandatory title

Returns:

getDescription

String getDescription()
Returns the mandatory description

Returns:

getLink

URL getLink()
Returns the mandatory link

Returns:

getPublicationDate

Date getPublicationDate()
Returns the *optional* publication date

Returns:

getItems

RSSItem[] getItems()
returns the items in the channel

Returns:

getNode

SimpleXMLParserDocumentNode getNode()
returns the underlying XML node for extraction of extensions

Returns: