public interface RssFeedRenderer
RssChannel
to Writer
.Modifier and Type | Method and Description |
---|---|
void |
render(java.io.Writer writer,
RssChannel rssChannel)
Writes an RSS channel to a
Writer . |
void render(java.io.Writer writer, RssChannel rssChannel)
Writer
.rssChannel
- The RSS channel to renderwriter
- A Writer to write the RSS feed into