com.sun.syndication.io.impl
public class FeedParsers extends PluginManager
It accepts all flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0 and 2.0) and Atom 0.3 feeds.
The WireFeedParser is a liberal parser.
WireFeedParser instances are thread safe.
Parsers for a specific type must extend this class and register in the parser list. (Right now registration is hardcoded in the WireFeedParser constructor).
Field Summary | |
---|---|
static String | FEED_PARSERS_KEY
WireFeedParser.classes= [className] ...
|
Constructor Summary | |
---|---|
FeedParsers()
Creates a parser instance.
|
Method Summary | |
---|---|
protected String | getKey(Object obj) |
WireFeedParser | getParserFor(Document document)
Finds the real parser type for the given document feed.
|
List | getSupportedFeedTypes() |
Parameters: document document feed to find the parser for.
Returns: the parser for the given document or null if there is no parser for that document.