JavaXT
|
|
Item ClassUsed to represent an entry in an RSS feed.
Constructors Item( )
Public MethodsgetLink( ) returns java.net.URL Returns a link/url associated with the current entry. Returns the 'feedburner:origLink' if found. Otherwise returns a url associated with the 'link' node. getDate( ) returns java.util.Date Return the date/time stamp associated with the current entry. Uses the pubDate if it exists. Otherwise, returns dc:date getMedia( ) returns Media[] Returns an array of media items associated with the current entry. getLocation( ) returns Location Returns location information associated with the current entry (e.g. GeoRSS element). |