org.apache.commons.feedparser
Class AtomFeedParser

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

public class AtomFeedParser
extends BaseParser

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

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

Constructor Summary
AtomFeedParser()
           
 
Method Summary
static void parse(FeedParserListener listener, org.jdom.Document doc)
          Parse this feed.
 
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

AtomFeedParser

public AtomFeedParser()
Method Detail

parse

public static void parse(FeedParserListener listener,
                         org.jdom.Document doc)
                  throws Exception
Parse this feed.

Throws:
Exception


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