Implementation of org.apache.commons.digester.Digester
designed to process input streams that conform to the Rich Site
Summary DTD, version 0.91. For more information about this format,
see the My Netscape site.
The default implementation object returned by calling
parse() (an instance of
org.apache.commons.digester.rss.Channel )
knows how to render itself in XML format via the render()
method. See the test main() method below for an
example of using these classes.
|