|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.provider.rss.channel.RSSVersion
public class RSSVersion
Holds constants to specify the version of RSS that the document conforms to.
Field Summary | |
---|---|
static RSSVersion |
ATOM_0_1
Syntax according to the Atom 0.1 specification. |
static RSSVersion |
ATOM_0_2
Syntax according to the Atom 0.2 specification. |
static RSSVersion |
ATOM_0_3
Syntax according to the Atom 0.3 specification. |
static RSSVersion |
RSS_0_90
Syntax according to RSS 0.9 specification. |
static RSSVersion |
RSS_0_91
Syntax according to RSS 0.91 specification. |
static RSSVersion |
RSS_0_92
Syntax according to RSS 0.92 specification. |
static RSSVersion |
RSS_0_93
Syntax according to RSS 0.93 specification. |
static RSSVersion |
RSS_0_94
Syntax according to RSS 0.94 specification. |
static RSSVersion |
RSS_1_0
Syntax according to RSS 1.0 specification. |
static RSSVersion |
RSS_2_0
Syntax according to RSS 2.0 specification. |
static RSSVersion |
UNKNOWN_CHANNEL_FORMAT
Convenient null value to make code more robust |
Constructor Summary | |
---|---|
RSSVersion(java.lang.String rssSpecVersion)
Initializes a newly created RSSVersion object so that it represents the same version as the argument. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final RSSVersion UNKNOWN_CHANNEL_FORMAT
public static final RSSVersion RSS_0_90
public static final RSSVersion RSS_0_91
public static final RSSVersion RSS_0_92
public static final RSSVersion RSS_0_93
public static final RSSVersion RSS_0_94
public static final RSSVersion RSS_1_0
public static final RSSVersion RSS_2_0
public static final RSSVersion ATOM_0_1
public static final RSSVersion ATOM_0_2
public static final RSSVersion ATOM_0_3
Constructor Detail |
---|
public RSSVersion(java.lang.String rssSpecVersion)
rssSpecVersion
- - a String containing the version.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |