Lizzy v1.1.1

Uses of Class
christophedelory.rss.Category

Packages that use Category
christophedelory.rss The RSS Web content syndication format. 
 

Uses of Category in christophedelory.rss
 

Methods in christophedelory.rss that return types with arguments of type Category
 List<Category> Item.getCategories()
          Returns a list of one or more item's categories.
 List<Category> Channel.getCategories()
          Returns a list of one or more categories that the channel belongs to.
 

Methods in christophedelory.rss with parameters of type Category
 void Item.addCategory(Category category)
          Includes the item in a category.
 void Channel.addCategory(Category category)
          Specifies a category that the channel belongs to.
 


© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.