Package | Description |
---|---|
com.rometools.rome.feed.rss | |
com.rometools.rome.feed.synd.impl | |
com.rometools.rome.io.impl |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Category> |
Item.categories |
private java.util.List<Category> |
Channel.categories |
Modifier and Type | Method and Description |
---|---|
java.util.List<Category> |
Item.getCategories()
Returns the item categories.
|
java.util.List<Category> |
Channel.getCategories()
Returns the channel categories.
|
Modifier and Type | Method and Description |
---|---|
void |
Item.setCategories(java.util.List<Category> categories)
Sets the item categories.
|
void |
Channel.setCategories(java.util.List<Category> categories)
Sets the channel categories.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Category> |
ConverterForRSS092.createRSSCategories(java.util.List<SyndCategory> sCats) |
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> |
RSS092Parser.parseCategories(java.util.List<org.jdom2.Element> eCats) |
Modifier and Type | Method and Description |
---|---|
protected org.jdom2.Element |
RSS092Generator.generateCategoryElement(Category category) |