Package | Description |
---|---|
com.rometools.modules.itunes.io | |
com.rometools.modules.mediarss.io |
This package contains parsers and generators for the module as well as a specia feed
parser for Yahoo's custom RSS2 namespace.
|
com.rometools.modules.sse | |
com.rometools.opml.io.impl |
This package contains the feed parsers for OPML1 and OPML2.
|
com.rometools.rome.io | |
com.rometools.rome.io.impl |
Modifier and Type | Method and Description |
---|---|
void |
ITunesParser.setParser(WireFeedParser feedParser) |
Modifier and Type | Class and Description |
---|---|
class |
RSS20YahooParser |
Modifier and Type | Method and Description |
---|---|
void |
SSE091Parser.setFeedParser(WireFeedParser feedParser) |
Modifier and Type | Class and Description |
---|---|
class |
OPML10Parser |
class |
OPML20Parser |
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 | Method and Description |
---|---|
WireFeedParser |
FeedParsers.getParserFor(org.jdom2.Document document)
Finds the real parser type for the given document feed.
|
Modifier and Type | Method and Description |
---|---|
protected String |
FeedParsers.getKey(WireFeedParser obj) |
Constructor and Description |
---|
ModuleParsers(String propertyKey,
WireFeedParser parentParser) |
PluginManager(String propertyKey,
WireFeedParser parentParser,
WireFeedGenerator parentGenerator) |
Copyright © 2021. All rights reserved.