org.gudy.azureus2.plugins.utils.xml.rss
Interface RSSItem
- All Known Implementing Classes: 
 - RSSItemImpl
 
public interface RSSItem
- Author:
 
  - parg
 
 
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: