Uses of Class
org.apache.commons.digester.rss.Item

Packages that use Item
org.apache.commons.digester.rss Example usage of Digester to parse XML documents compatible with the Rich Site Summary format used by many newsfeeds. 
 

Uses of Item in org.apache.commons.digester.rss
 

Methods in org.apache.commons.digester.rss that return Item
 Item[] Channel.findItems()
          Return the items for this channel.
 Item[] Channel.getItems()
          Return the items for this channel.
 

Methods in org.apache.commons.digester.rss with parameters of type Item
 void Channel.addItem(Item item)
          Add an additional item.
 void Channel.removeItem(Item item)
          Remove an item for this channel.
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.