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


public interface RSSItem

Author:
parg

Method Summary
 String getDescription()
           
 URL getLink()
           
 SimpleXMLParserDocumentNode getNode()
          Gets the items underlying XML node for extraction of extensions
 Date getPublicationDate()
           
 String getTitle()
          Get the item's title, null if not defined
 String getUID()
           
 

Method Detail

getTitle

String getTitle()
Get the item's title, null if not defined


getDescription

String getDescription()

getLink

URL getLink()

getPublicationDate

Date getPublicationDate()

getUID

String getUID()

getNode

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

Returns: