| org.apache.commons.digester.rss |
|
Package Documentation for org.apache.commons.digester.rss Package
Example usage of Digester to parse XML documents compatible with the
Rich Site Summary format used by many newsfeeds.
|
| Java Source File Name | Type | Comment |
| Channel.java | Class | Implementation object representing a channel in the
Rich Site Summary DTD, version 0.91. |
| Image.java | Class | Implementation object representing an image in the
Rich Site Summary DTD, version 0.91. |
| Item.java | Class | Implementation object representing an item in the
Rich Site Summary DTD, version 0.91. |
| RSSDigester.java | Class | Implementation of org.apache.commons.digester.Digester
designed to process input streams that conform to the Rich Site
Summary DTD, version 0.91. |
| TextInput.java | Class | Implementation object representing a textinput in the
Rich Site Summary DTD, version 0.91. |