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

All Known Implementing Classes:
RSSItemImpl

public interface RSSItem

Author:
parg

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

Method Detail

getTitle

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


getDescription

java.lang.String getDescription()

getLink

java.net.URL getLink()

getPublicationDate

java.util.Date getPublicationDate()

getUID

java.lang.String getUID()

getNode

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

Returns: