Package | Description |
---|---|
com.sun.syndication.io | |
com.sun.syndication.io.impl |
Modifier and Type | Method and Description |
---|---|
void |
DelegatingModuleParser.setFeedParser(WireFeedParser feedParser)
Provides a parent wirefeed reference to this ModuleParser,
or "plugin-in".
|
Modifier and Type | Class and Description |
---|---|
class |
Atom03Parser |
class |
Atom10Parser
Parser for Atom 1.0
|
class |
BaseWireFeedParser |
class |
RSS090Parser |
class |
RSS091NetscapeParser |
class |
RSS091UserlandParser |
class |
RSS092Parser |
class |
RSS093Parser |
class |
RSS094Parser |
class |
RSS10Parser |
class |
RSS20Parser |
class |
RSS20wNSParser
To address issue with certain feeds (brought up by Charles Miller):
"During the debacle that was the rollout of RSS2.0, this namespace was tried,
and even appeared in Dave Winer's Scripting News feed for a while.
|
Modifier and Type | Field and Description |
---|---|
private WireFeedParser |
PluginManager._parentParser |
Modifier and Type | Method and Description |
---|---|
WireFeedParser |
FeedParsers.getParserFor(org.jdom.Document document)
Finds the real parser type for the given document feed.
|
Constructor and Description |
---|
ModuleParsers(java.lang.String propertyKey,
WireFeedParser parentParser) |
PluginManager(java.lang.String propertyKey,
WireFeedParser parentParser,
WireFeedGenerator parentGenerator) |
Copyright © Sun Microsystems. All Rights Reserved.