Java org.apache.commons.digester.rss Channel fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester.rss Channel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester.rss Channel.

The text is from its open source code.

Method

StringgetDescription()
Item[]getItems()
Return the items for this channel.
StringgetTitle()
voidrender(OutputStream stream)
Render this channel as XML conforming to the RSS 0.91 specification, to the specified output stream, with no indication of character encoding.
voidrender(Writer writer)
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, with no indication of character encoding.
voidrender(PrintWriter writer)
Render this channel as XML conforming to the RSS 0.91 specification, to the specified writer, with no indication of character encoding.
voidsetDescription(String description)