FileDocCategorySizeDatePackage
RSSChannel.javaAPI DocAzureus 3.0.3.41829Thu Feb 09 19:42:58 GMT 2006org.gudy.azureus2.plugins.utils.xml.rss

RSSChannel

public interface RSSChannel
author
parg

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDescription()
Returns the mandatory description

return

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

return

public java.net.URLgetLink()
Returns the mandatory link

return

public org.gudy.azureus2.plugins.utils.xml.simpleparser.SimpleXMLParserDocumentNodegetNode()
returns the underlying XML node for extraction of extensions

return

public java.util.DategetPublicationDate()
Returns the *optional* publication date

return

public java.lang.StringgetTitle()
Returns the mandatory title

return