|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.bejug.javacareers.feeder.parser.RssFeedGenerator
Generates a validated RSS 2.0 file
| Field Summary | |
static java.lang.String |
RSS_VERSION
The RSS version. |
| Constructor Summary | |
RssFeedGenerator()
Constructs an RSS generator |
|
| Method Summary | |
void |
addItem(org.gnu.stealthp.rsslib.RSSItem item)
Adds an RSS item for the channel element |
void |
parseToRSS(java.io.Writer out)
Generates the RSS content for current channel and elements |
void |
setChannel(org.gnu.stealthp.rsslib.RSSChannel channel)
Sets the RSS channel information |
java.lang.String |
toString()
a string representation of the object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String RSS_VERSION
| Constructor Detail |
public RssFeedGenerator()
| Method Detail |
public void addItem(org.gnu.stealthp.rsslib.RSSItem item)
item - RSS item with title, description and linkpublic void setChannel(org.gnu.stealthp.rsslib.RSSChannel channel)
channel - RSS channel informationpublic void parseToRSS(java.io.Writer out)
out - Writer object to output topublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||