Uses of Class
com.sun.syndication.feed.rss.Category

Packages that use Category
com.sun.syndication.feed.rss   
com.sun.syndication.io.impl   
 

Uses of Category in com.sun.syndication.feed.rss
 

Methods in com.sun.syndication.feed.rss that return types with arguments of type Category
 List<Category> Channel.getCategories()
          Returns the channel categories.
 

Method parameters in com.sun.syndication.feed.rss with type arguments of type Category
 void Item.setCategories(List<Category> categories)
          Sets the item categories.
 void Channel.setCategories(List<Category> categories)
          Sets the channel categories.
 

Uses of Category in com.sun.syndication.io.impl
 

Methods in com.sun.syndication.io.impl with parameters of type Category
protected  org.jdom.Element RSS092Generator.generateCategoryElement(Category category)
           
 



Copyright © 2004-2013 ROME Project. All Rights Reserved.