| 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 |
|---|---|
java.util.List<SyndCategory> |
SyndFeedImpl.getCategories()
Returns the feed categories.
|
java.util.List<SyndCategory> |
SyndEntryImpl.getCategories()
Returns the entry categories.
|
java.util.List<SyndCategory> |
SyndEntry.getCategories()
Returns the entry categories.
|
java.util.List<SyndCategory> |
SyndFeed.getCategories()
Returns the feed categories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SyndFeedImpl.setCategories(java.util.List<SyndCategory> categories)
Sets the feed categories.
|
void |
SyndEntryImpl.setCategories(java.util.List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndEntry.setCategories(java.util.List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndFeed.setCategories(java.util.List<SyndCategory> categories)
Sets the feed categories.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<SyndCategory> |
ConverterForRSS092.createSyndCategories(java.util.List<Category> rssCats) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Category> |
ConverterForRSS092.createRSSCategories(java.util.List<SyndCategory> sCats) |
Copyright © 2025. All rights reserved.