Uses of Class
com.rometools.rome.feed.atom.Category
-
Packages that use Category Package Description com.rometools.rome.feed.atom com.rometools.rome.io.impl -
-
Uses of Category in com.rometools.rome.feed.atom
Methods in com.rometools.rome.feed.atom that return types with arguments of type Category Modifier and Type Method Description List<Category>Entry. getCategories()Returns the categoriesList<Category>Feed. getCategories()Returns the categoriesMethod parameters in com.rometools.rome.feed.atom with type arguments of type Category Modifier and Type Method Description voidEntry. setCategories(List<Category> categories)Set the categoriesvoidFeed. setCategories(List<Category> categories)Set the categories -
Uses of Category in com.rometools.rome.io.impl
Methods in com.rometools.rome.io.impl with parameters of type Category Modifier and Type Method Description protected org.jdom2.ElementAtom10Generator. generateCategoryElement(Category cat)
-