| Package | Description |
|---|---|
| com.rometools.rome.feed.synd | |
| com.rometools.rome.feed.synd.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
SyndCategoryImpl
Bean for categories of SyndFeedImpl feeds and entries.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyndCategory> |
SyndEntry.getCategories()
Returns the entry categories.
|
List<SyndCategory> |
SyndFeed.getCategories()
Returns the feed categories.
|
List<SyndCategory> |
SyndFeedImpl.getCategories()
Returns the feed categories.
|
List<SyndCategory> |
SyndEntryImpl.getCategories()
Returns the entry categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyndEntry.setCategories(List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndFeed.setCategories(List<SyndCategory> categories)
Sets the feed categories.
|
void |
SyndFeedImpl.setCategories(List<SyndCategory> categories)
Sets the feed categories.
|
void |
SyndEntryImpl.setCategories(List<SyndCategory> categories)
Sets the entry categories.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<SyndCategory> |
ConverterForRSS092.createSyndCategories(List<Category> rssCats) |
| Modifier and Type | Method and Description |
|---|---|
protected List<Category> |
ConverterForRSS092.createRSSCategories(List<SyndCategory> sCats) |
Copyright © 2021. All rights reserved.