|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.feed4j.FeedParser
public class FeedParser
The feed parser. It can parse RSS 1.0, RSS 2.0, Atom 0.3 and Atom 1.0.
Constructor Summary | |
---|---|
FeedParser()
|
Method Summary | |
---|---|
static Feed |
parse(java.net.URL url)
Gets the feed from an URL and parses it. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeedParser()
Method Detail |
---|
public static Feed parse(java.net.URL url) throws FeedIOException, FeedXMLParseException, UnsupportedFeedException
url
- The feed URL.
FeedIOException
- I/O error during conetnts retrieving.
FeedXMLParseException
- The document retrieved is not valid XML.
UnsupportedFeedException
- The XML retrieved does not represents a feed whose kind is
known by the parser.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |