toxi.data.feeds
Class RSSFeed

java.lang.Object
  extended by toxi.data.feeds.RSSFeed
All Implemented Interfaces:
java.lang.Iterable<RSSItem>

public class RSSFeed
extends java.lang.Object
implements java.lang.Iterable<RSSItem>


Field Summary
 RSSChannel channel
           
 float version
           
 
Constructor Summary
RSSFeed()
           
 
Method Summary
 java.util.Iterator<RSSItem> iterator()
           
static RSSFeed newFromStream(java.io.InputStream stream)
           
static RSSFeed newFromURL(java.lang.String url)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public float version

channel

public RSSChannel channel
Constructor Detail

RSSFeed

public RSSFeed()
Method Detail

newFromStream

public static RSSFeed newFromStream(java.io.InputStream stream)

newFromURL

public static RSSFeed newFromURL(java.lang.String url)

iterator

public java.util.Iterator<RSSItem> iterator()
Specified by:
iterator in interface java.lang.Iterable<RSSItem>