JavaXT
|
|
Feed ClassUsed to represent an RSS feed/channel. Returns a list of entries and other attributes associated with the feed.
Constructors Feed( )
Public MethodsgetLocation( ) returns Location Returns location information associated with the current feed (e.g. GeoRSS element). getRefreshInterval( ) returns Integer Returns the number of minutes that the channel can be cached before refreshing from the source. Derived from the ttl tag in RSS feeds. Returns null if the refresh interval is not specified or unknown. |