Package org.apache.commons.feedparser

Interface Summary
ContentFeedParserListener Generic content module designed to be compatible with xhtml:body, Atom content, as well as RSS 1.0 mod_content module.
FeedDirectoryParserListener Interface for generic feeds that support feed directory structures.
FeedLifecycleListener  
FeedParser This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
FeedParserListener  
FOAFFeedParserListener A generic interface
LinkFeedParserListener Atom link, RSS 2.0 enclosure, and RSS 1.0 mod_link support.
MetaFeedParserListener Provides a MetaData event listener for RSS 0.9x, RSS 1.0, 2.0 and Atom metadata values.
ModContentFeedParserListener Deprecated. Migration to ContentFeedParserListener
TagFeedParserListener  
XHTMLFeedParserListener Deprecated. Migration to ContentFeedParserListener
 

Class Summary
AtomFeedParser http://www.intertwingly.net/wiki/pie/FrontPage http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-05.txt http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-04.txt http://www.mnot.net/drafts/draft-nottingham-atom-format-02.html http://www.ietf.org/html.charters/atompub-charter.html http://www.ietf.org/internet-drafts/draft-ietf-atompub-format-01.txt
BaseParser Basic parser support common between RSS, Atom, and FOAF feed impls.
ChangesFeedParser Handles parsing Blogger.com changes.xml files.
ContentDetector Given the RAW content of a URL, determine if we're looking at an RSS file or an HTML file.
ContentDetectorResult  
DefaultFeedDirectoryParserListener Default implemmentation of a FeedParserListener with noop methods.
DefaultFeedParserListener Default implemmentation of a FeedParserListener with noop methods.
FeedFilter  
FeedList Contains a list of all feeds found the the AutoDiscovery system.
FeedParserFactory Should be called prior to all use of a FeedParser.
FeedParserImpl This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
FeedParserState  
FeedVersion  
FOAFFeedParser Handles parsing FOAF.
HTMLFeedParser Experimental class to play with supporting XFN.
Main Provides a mechanism to quickly test feed parsing from the command line.
MetaFeedParser Handles parsing RSS metadata including dates
NS A class to manage XML namespaces
OPMLFeedParser Handles parsing OPML.
RSSFeedParser Handles parsing RSS .
TagFeedParser Handles parsing RSS metadata including dates
Test This FeedParser implementation is based on JDOM and Jaxen and is based around XPath and JDOM iteration.
 

Exception Summary
FeedParserException Adapted from Public Domain SAXException sources.
TerminateParserException Signal that we should stop parsing and abort.
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.