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 | Field and Description |
---|---|
private java.util.List<SyndCategory> |
SyndEntryImpl.categories |
Modifier and Type | Method and Description |
---|---|
SyndCategory |
SyndCategoryListFacade.get(int index)
Gets the category by index.
|
SyndCategory |
SyndCategoryListFacade.remove(int index)
Removes a category element from a specific position.
|
SyndCategory |
SyndCategoryListFacade.set(int index,
SyndCategory obj)
Sets a category in an existing position in the list.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SyndCategory> |
SyndEntry.getCategories()
Returns the entry categories.
|
java.util.List<SyndCategory> |
SyndEntryImpl.getCategories()
Returns the entry categories.
|
java.util.List<SyndCategory> |
SyndFeed.getCategories()
Returns the feed categories.
|
java.util.List<SyndCategory> |
SyndFeedImpl.getCategories()
Returns the feed categories.
|
Modifier and Type | Method and Description |
---|---|
void |
SyndCategoryListFacade.add(int index,
SyndCategory obj)
Adds a category to the list.
|
SyndCategory |
SyndCategoryListFacade.set(int index,
SyndCategory obj)
Sets a category in an existing position in the list.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<DCSubject> |
SyndCategoryListFacade.convertElementsSyndCategoryToSubject(java.util.List<SyndCategory> cList)
Returns a list with the DCSubject elements of the SyndCategoryImpl list facade.
|
void |
SyndEntry.setCategories(java.util.List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndEntryImpl.setCategories(java.util.List<SyndCategory> categories)
Sets the entry categories.
|
void |
SyndFeed.setCategories(java.util.List<SyndCategory> categories)
Sets the feed categories.
|
void |
SyndFeedImpl.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) |