org.apache.commons.feedparser
Class AtomFeedParser

java.lang.Object
  |
  +--org.apache.commons.feedparser.BaseParser
        |
        +--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 159211 2005-03-27 23:24:21Z burton $

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 java.lang.Exception
Parse this feed.

java.lang.Exception


Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.