net.sourceforge.buildmonitor.utils
Class RssFeedReader

java.lang.Object
  extended by net.sourceforge.buildmonitor.utils.RssFeedReader

public class RssFeedReader
extends java.lang.Object

A class that can parse an RSS feed and return a Feed object.

Author:
sbrunot

Nested Class Summary
 class RssFeedReader.RssFeedContentHandler
           
 
Constructor Summary
RssFeedReader(java.net.URL theRssFeedUrl, java.text.DateFormat theRssFeedDateFormat)
           
 
Method Summary
 RssFeedDocument getRssFeedDocument()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssFeedReader

public RssFeedReader(java.net.URL theRssFeedUrl,
                     java.text.DateFormat theRssFeedDateFormat)
Method Detail

getRssFeedDocument

public RssFeedDocument getRssFeedDocument()
                                   throws java.io.IOException,
                                          org.xml.sax.SAXException
Throws:
java.io.IOException
org.xml.sax.SAXException


Copyright © 2007. All Rights Reserved.