net.spy.jwebkit.rss
Interface RSSPodcastItem

All Superinterfaces:
RSSItem

public interface RSSPodcastItem
extends RSSItem

RSSItem subinterface for podcasts.


Method Summary
 int getLength()
          Get the length of this item, or -1 if not known.
 java.lang.String getType()
          Get the mime type of this item.
 java.lang.String getURL()
          Get the URL to this item.
 
Methods inherited from interface net.spy.jwebkit.rss.RSSItem
getDescription, getGuid, getLink, getPubDate, getTitle
 

Method Detail

getURL

java.lang.String getURL()
Get the URL to this item. If this is null, there will be no enclosure.


getType

java.lang.String getType()
Get the mime type of this item.


getLength

int getLength()
Get the length of this item, or -1 if not known.



Copyright © 1995-2007 SPY Internetworking. All Rights Reserved.