Package | Description |
---|---|
com.rometools.opml.feed.synd.impl |
This packages contains the SyndFeed converters for the
OPML module.
|
com.rometools.rome.feed.synd | |
com.rometools.rome.feed.synd.impl |
Modifier and Type | Class and Description |
---|---|
class |
TreeCategoryImpl |
Modifier and Type | Class and Description |
---|---|
class |
SyndCategoryImpl
Bean for categories of SyndFeedImpl feeds and entries.
|
Modifier and Type | Method and Description |
---|---|
List<SyndCategory> |
SyndEntryImpl.getCategories()
Returns the entry categories.
|
List<SyndCategory> |
SyndFeedImpl.getCategories()
Returns the feed categories.
|
List<SyndCategory> |
SyndEntry.getCategories()
Returns the entry categories.
|
List<SyndCategory> |
SyndFeed.getCategories()
Returns the feed categories.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndEntryImpl.setCategories(List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndFeedImpl.setCategories(List<SyndCategory> categories)
Sets the feed categories.
|
void |
SyndEntry.setCategories(List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndFeed.setCategories(List<SyndCategory> categories)
Sets the feed 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 © 2022. All rights reserved.