SASAX-RSS gui

jp.ne.dti.lares.foozy.sasax.rss
Class Channel

java.lang.Object
  |
  +--jp.ne.dti.lares.foozy.sasax.rss.ContainerBase
        |
        +--jp.ne.dti.lares.foozy.sasax.rss.Channel

public class Channel
extends ContainerBase

Container for channel information.

Author:
FUJIWARA Katsunori <foozy@lares.dti.ne.jp>(code/doc)

Constructor Summary
Channel()
          Constructor.
 
Method Summary
 void addItem(Item item)
          Add item to channel.
 Item getItem(java.lang.String id)
          Get item identified by id.
 java.util.Iterator getItems()
          Get iterator of items contained by channel.
 
Methods inherited from class jp.ne.dti.lares.foozy.sasax.rss.ContainerBase
getString, getValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel

public Channel()
Constructor.
Method Detail

addItem

public final void addItem(Item item)
Add item to channel.
Parameters:
item - to be added

getItem

public final Item getItem(java.lang.String id)
Get item identified by id.
Parameters:
id - of item
Returns:
item if found, or null otherwise

getItems

public final java.util.Iterator getItems()
Get iterator of items contained by channel.
Returns:
iterator of items

SASAX-RSS gui