org.switchboard
Class Feed

java.lang.Object
  extended by HttpClient
      extended by org.switchboard.browser.Browser
          extended by org.switchboard.Feed
All Implemented Interfaces:
TreeModel

public class Feed
extends Browser


Constructor Summary
Feed(String feedUrl)
           
 
Method Summary
 String getCopyright()
           
 String getDescription()
           
 String getGenerator()
           
 FeedItem[] getItems()
           
 String getLanguage()
           
 String getLink()
           
 String getPubDate()
           
 String getTagline()
           
 String getTitle()
          Gets the title of the webpage
 
Methods inherited from class org.switchboard.browser.Browser
addCookie, addCookie, addListener, addTreeModelListener, clearCookies, getAcceptCookies, getChild, getChildCount, getImages, getIndexOfChild, getLinks, getRoot, getSentences, getURL, isLeaf, main, newHTML, newXML, numImages, open, query, refresh, removeTreeModelListener, save, save, setAcceptCookies, setTag, valueForPathChanged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feed

public Feed(String feedUrl)
Method Detail

getItems

public FeedItem[] getItems()

getTagline

public String getTagline()

getCopyright

public String getCopyright()

getDescription

public String getDescription()

getGenerator

public String getGenerator()

getLanguage

public String getLanguage()

getLink

public String getLink()

getPubDate

public String getPubDate()

getTitle

public String getTitle()
Description copied from class: Browser
Gets the title of the webpage

Overrides:
getTitle in class Browser
Returns:
The text inside the title tag of the webpage