org.apache.commons.betwixt.examples.rss |
Package Documentation for org.apache.commons.betwixt.examples.rss Package
Example usage of Betwixt 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. |
RSSApplication.java | Class | Example application using Betwixt to process RSS 0.91. |
TestRSS.java | Class | |
TextInput.java | Class | Implementation object representing a textinput in the
Rich Site Summary DTD, version 0.91. |