org.apache.commons.feedparser
Class RSSFeedParser

java.lang.Object
  extended by org.apache.commons.feedparser.BaseParser
      extended by org.apache.commons.feedparser.RSSFeedParser

public class RSSFeedParser
extends BaseParser

Handles parsing RSS .

Version:
$Id: RSSFeedParser.java 373614 2006-01-30 22:31:21Z mvdb $
Author:
Kevin A. Burton (burtonator)

Constructor Summary
RSSFeedParser()
           
 
Method Summary
static void parse(FeedParserListener listener, org.jdom.Document doc)
          Parse the given document as an OPML document.
 
Methods inherited from class org.apache.commons.feedparser.BaseParser
doLocale, doLocaleEnd, getChildElementTextByName, getLocaleString, selectText
 
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

parse

public static void parse(FeedParserListener listener,
                         org.jdom.Document doc)
                  throws Exception
Parse the given document as an OPML document.

Throws:
Exception


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