Interface RSSItem

All Known Implementing Classes:
RSSItemImpl

public interface RSSItem
  • Method Details

    • 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

      Gets the items underlying XML node for extraction of extensions
      Returns: