Package | Description |
---|---|
com.rometools.rome.feed.rss | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io.impl |
Modifier and Type | Method and Description |
---|---|
List<Category> |
Item.getCategories()
Returns the item categories.
|
List<Category> |
Channel.getCategories()
Returns the channel categories.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.setCategories(List<Category> categories)
Sets the item categories.
|
void |
Channel.setCategories(List<Category> categories)
Sets the channel categories.
|
Modifier and Type | Method and Description |
---|---|
protected List<Category> |
ConverterForRSS092.createRSSCategories(List<SyndCategory> sCats) |
Modifier and Type | Method and Description |
---|---|
protected List<SyndCategory> |
ConverterForRSS092.createSyndCategories(List<Category> rssCats) |
Modifier and Type | Method and Description |
---|---|
protected List<Category> |
RSS092Parser.parseCategories(List<org.jdom2.Element> eCats) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
RSS092Generator.generateCategoryElement(Category category) |
Copyright © 2024. All rights reserved.