Package com.biglybt.pif.utils.xml.rss
Interface RSSItem
-
- All Known Implementing Classes:
RSSItemImpl
public interface RSSItem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.net.URL
getLink()
SimpleXMLParserDocumentNode
getNode()
Gets the items underlying XML node for extraction of extensionsjava.util.Date
getPublicationDate()
java.lang.String
getTitle()
Get the item's title, null if not definedjava.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:
-
-