org.bejug.javacareers.feeder.parser
Class RssFeedParser

java.lang.Object
  extended byorg.bejug.javacareers.feeder.parser.RssFeedParser
All Implemented Interfaces:
FeedParser

public class RssFeedParser
extends java.lang.Object
implements FeedParser

Reads and parses a RSS file

Version:
$Revision: 1.3 $ - $Date: 2005/09/30 14:38:08 $
Author:
Bavo (last modified by $Author: bavo_jcs $

Constructor Summary
RssFeedParser()
           
 
Method Summary
 JobList parseFeed(RssFeed feed)
          Parse the feed and return the job list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RssFeedParser

public RssFeedParser()
Method Detail

parseFeed

public JobList parseFeed(RssFeed feed)
                  throws FeederException
Description copied from interface: FeedParser
Parse the feed and return the job list.

Specified by:
parseFeed in interface FeedParser
Parameters:
feed - RssFeed to parse
Returns:
list of JobEntry objects from this feed
Throws:
FeederException - if an error


Copyright © 2005-2006 BeJUG. All Rights Reserved.