|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RSSVersion in org.eclipse.ecf.provider.rss.channel |
---|
Fields in org.eclipse.ecf.provider.rss.channel declared as RSSVersion | |
---|---|
static RSSVersion |
RSSVersion.ATOM_0_1
Syntax according to the Atom 0.1 specification. |
static RSSVersion |
RSSVersion.ATOM_0_2
Syntax according to the Atom 0.2 specification. |
static RSSVersion |
RSSVersion.ATOM_0_3
Syntax according to the Atom 0.3 specification. |
static RSSVersion |
RSSVersion.RSS_0_90
Syntax according to RSS 0.9 specification. |
static RSSVersion |
RSSVersion.RSS_0_91
Syntax according to RSS 0.91 specification. |
static RSSVersion |
RSSVersion.RSS_0_92
Syntax according to RSS 0.92 specification. |
static RSSVersion |
RSSVersion.RSS_0_93
Syntax according to RSS 0.93 specification. |
static RSSVersion |
RSSVersion.RSS_0_94
Syntax according to RSS 0.94 specification. |
static RSSVersion |
RSSVersion.RSS_1_0
Syntax according to RSS 1.0 specification. |
static RSSVersion |
RSSVersion.RSS_2_0
Syntax according to RSS 2.0 specification. |
static RSSVersion |
RSSVersion.UNKNOWN_CHANNEL_FORMAT
Convenient null value to make code more robust |
Methods in org.eclipse.ecf.provider.rss.channel that return RSSVersion | |
---|---|
RSSVersion |
RssFeed.getVersion()
Gets the RSS version of this feed. |
Methods in org.eclipse.ecf.provider.rss.channel with parameters of type RSSVersion | |
---|---|
void |
RssFeed.setVersion(RSSVersion version)
Sets the RSS version of this feed. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |