net.sourceforge.rssowl.dao.feedparser
Class RSS_0_91_Parser
java.lang.Object
net.sourceforge.rssowl.dao.feedparser.AbstractFeedParser
net.sourceforge.rssowl.dao.feedparser.BaseRSSParser
net.sourceforge.rssowl.dao.feedparser.RSS_0_91_Parser
- public class RSS_0_91_Parser
- extends BaseRSSParser
Parser for the RSS 0.91 Format
Specification: http://backend.userland.com/rss091
- Version:
- 1.1.3
- Author:
- Benjamin Pasero
|
Constructor Summary |
RSS_0_91_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
Instantiate a new Parser for this format. |
|
Method Summary |
void |
parse()
Parse elements that are defined in the specifications and add them to the
Channel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RSS_0_91_Parser
public RSS_0_91_Parser(org.jdom.Document document,
Channel rssChannel,
String url,
org.jdom.Namespace[] nameSpaces)
throws NewsfeedFactoryException
- Instantiate a new Parser for this format.
- Parameters:
document - The document containing the data to parserssChannel - The Channel to fill with data from the documenturl - The URL of the Newsfeed that is parsednameSpaces - Possible Namespaces of the XML document
- Throws:
NewsfeedFactoryException - If any error occurs
parse
public void parse()
throws NewsfeedFactoryException
- Description copied from class:
AbstractFeedParser
- Parse elements that are defined in the specifications and add them to the
Channel.
- Overrides:
parse in class BaseRSSParser
- Throws:
NewsfeedFactoryException- See Also:
AbstractFeedParser.parse()
RSSOwl - RSS / RDF / Atom Newsreader