Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.digester.rss: Javadoc index of package org.apache.commons.digester.rss.


Package Samples:

org.apache.commons.digester.rss: Example usage of Digester to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds.  

Classes:

RSSDigester: 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.
TextInput: Implementation object representing a textinput in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.
Channel: Implementation object representing a channel in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.
Image: Implementation object representing an image in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.
Item: Implementation object representing an item in the Rich Site Summary DTD, version 0.91. This class may be subclassed to further specialize its behavior.

Home | Contact Us | Privacy Policy | Terms of Service