Uses of Package
org.stringer.rss

Packages that use org.stringer.rss
org.stringer   
org.stringer.rss   
org.stringer.thread   
org.stringer.ui   
 

Classes in org.stringer.rss used by org.stringer
Channel
          The channel element contains metadata describing the channel itself, including a title, brief description, and URL link to the described resource (the channel provider's home page, for instance).
 

Classes in org.stringer.rss used by org.stringer.rss
Channel
          The channel element contains metadata describing the channel itself, including a title, brief description, and URL link to the described resource (the channel provider's home page, for instance).
Item
          While commonly a news headline, with RSS 1.0's modular extensibility, this can be just about anything: discussion posting, job listing, software patch - any object with a URI.
RSSElement
           
RSSImage
          An image is a sub-element of channel, which contains three required and three optional sub-elements.
 

Classes in org.stringer.rss used by org.stringer.thread
Channel
          The channel element contains metadata describing the channel itself, including a title, brief description, and URL link to the described resource (the channel provider's home page, for instance).
Feed
          RSS 1.0 is structurally similar to previous versions of RSS -- similar enough that we can simply treat it as XML and write a single function to extract information out of either an RSS 0.91 or RSS 1.0 feed.
Item
          While commonly a news headline, with RSS 1.0's modular extensibility, this can be just about anything: discussion posting, job listing, software patch - any object with a URI.
 

Classes in org.stringer.rss used by org.stringer.ui
Channel
          The channel element contains metadata describing the channel itself, including a title, brief description, and URL link to the described resource (the channel provider's home page, for instance).
Feed
          RSS 1.0 is structurally similar to previous versions of RSS -- similar enough that we can simply treat it as XML and write a single function to extract information out of either an RSS 0.91 or RSS 1.0 feed.
Item
          While commonly a news headline, with RSS 1.0's modular extensibility, this can be just about anything: discussion posting, job listing, software patch - any object with a URI.
 



Copyright © R. Kevin Cole. All Rights Reserved.