Package | Description |
---|---|
org.apache.commons.digester3.rss |
Example usage of Digester to parse XML documents compatible with the
Rich Site Summary format used by many newsfeeds.
|
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Item> |
Channel.items
The set of items associated with this Channel.
|
Modifier and Type | Method and Description |
---|---|
Item[] |
Channel.findItems()
Return the items for this channel.
|
Item[] |
Channel.getItems()
Return the items for this channel.
|
Modifier and Type | Method and Description |
---|---|
void |
Channel.addItem(Item item)
Add an additional item.
|
void |
Channel.removeItem(Item item)
Remove an item for this channel.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.