|
SASAX-RSS gui | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--jp.ne.dti.lares.foozy.sasax.rss.ContainerBase
|
+--jp.ne.dti.lares.foozy.sasax.rss.Channel
Container for channel information.
| 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 |
public Channel()
| Method Detail |
public final void addItem(Item item)
item - to be addedpublic final Item getItem(java.lang.String id)
id - of itempublic final java.util.Iterator getItems()
|
SASAX-RSS gui | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||