Copyright (c) 2000-2002 ChurchillObjects.com

Package churchillobjects.rss4j.parser

Class Summary
RssParser This parser is really a 'bootstrap' parser, whose only real purpose is to identify what version the RSS document is and then instantiate and pass processing along to a parser appropriate to that version.
RssParserImpl090 Class to parse an RSS document according to the specifications of the RSS .90 standard.
RssParserImpl091 Class to parse an RSS document according to the specifications of the RSS .91 standard.
RssParserImpl100 Class to parse an RSS document according to the specifications of the RSS 1.0 standard.
 

Exception Summary
RssParseException Indicates an exception occurred during parsing of the RSS document.
 


Copyright (c) 2000-2002 ChurchillObjects.com