Uses of Class
org.apache.commons.betwixt.examples.rss.Item

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

Uses of Item in org.apache.commons.betwixt.examples.rss
 

Methods in org.apache.commons.betwixt.examples.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 © 2002-2008 The Apache Software Foundation. All Rights Reserved.