Uses of Class
com.rometools.rome.feed.rss.Category
-
Packages that use Category Package Description com.rometools.rome.feed.rss com.rometools.rome.feed.synd.impl com.rometools.rome.io.impl -
-
Uses of Category in com.rometools.rome.feed.rss
Methods in com.rometools.rome.feed.rss that return types with arguments of type Category Modifier and Type Method Description List<Category>Channel. getCategories()Returns the channel categories.List<Category>Item. getCategories()Returns the item categories.Method parameters in com.rometools.rome.feed.rss with type arguments of type Category Modifier and Type Method Description voidChannel. setCategories(List<Category> categories)Sets the channel categories.voidItem. setCategories(List<Category> categories)Sets the item categories. -
Uses of Category in com.rometools.rome.feed.synd.impl
Methods in com.rometools.rome.feed.synd.impl that return types with arguments of type Category Modifier and Type Method Description protected List<Category>ConverterForRSS092. createRSSCategories(List<SyndCategory> sCats)Method parameters in com.rometools.rome.feed.synd.impl with type arguments of type Category Modifier and Type Method Description protected List<SyndCategory>ConverterForRSS092. createSyndCategories(List<Category> rssCats) -
Uses of Category in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl that return types with arguments of type Category Modifier and Type Method Description protected List<Category>RSS092Parser. parseCategories(List<org.jdom2.Element> eCats)Methods in com.rometools.rome.io.impl with parameters of type Category Modifier and Type Method Description protected org.jdom2.ElementRSS092Generator. generateCategoryElement(Category category)
-