Package org.clapper.curn.parser

Interface Summary
RSSParser This interface defines a simplified view of an RSS parser, providing only the methods necessary for curn to work.
 

Class Summary
ParserUtil Common utility routines that can be used by all parser implementations.
ParseTest  
RSSChannel This abstract class defines a simplified view of an RSS channel, providing only the methods necessary for curn to work.
RSSElement Abstract parent class of RSSItem and RSSChannel, containing various shared methods.
RSSItem This abstract class defines a simplified view of an RSS item, providing only the methods necessary for curn to work.
RSSLink An RSSLink object describes a link to a URL, including any metadata about the URL's content (if available).
RSSParserFactory This class provides a factory for retrieving a specific RSS parser implementation.
 

Enum Summary
RSSLink.Type Link types.
 

Exception Summary
RSSParserException A RSSParserException is thrown by parser implementations to signify parser errors.
 



Copyright © 2004-2006 Brian M. Clapper. All Rights Reserved.