Copyright (c) 2000-2002 ChurchillObjects.com

churchillobjects.rss4j.model
Interface RssVersion

All Known Implementing Classes:
RssDocument, RssParser

public interface RssVersion

Enumerated version numbers for RSS. Some classes in the toolkit implement this to have them appear local. It is a good policy to use these values in client code in order to ensure that the specified version number format is good, although the generator is lenient.


Field Summary
static java.lang.String VERSION_10
          Enumerated version string for RSS 1.0.
static java.lang.String VERSION_90
          Enumerated version string for RSS 0.90.
static java.lang.String VERSION_91
          Enumerated version string for RSS 0.91.
 

Field Detail

VERSION_90

public static final java.lang.String VERSION_90
Enumerated version string for RSS 0.90.

See Also:
Constant Field Values

VERSION_91

public static final java.lang.String VERSION_91
Enumerated version string for RSS 0.91.

See Also:
Constant Field Values

VERSION_10

public static final java.lang.String VERSION_10
Enumerated version string for RSS 1.0.

See Also:
Constant Field Values

Copyright (c) 2000-2002 ChurchillObjects.com