| Package | Description |
|---|---|
| chameleon.rss |
The
RSS Web content syndication format. |
| Modifier and Type | Method and Description |
|---|---|
List<Category> |
Item.getCategories()
Returns a list of one or more item's categories.
|
List<Category> |
Channel.getCategories()
Returns a list of one or more categories that the channel belongs to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Item.addCategory(Category category)
Includes the item in a category.
|
void |
Channel.addCategory(Category category)
Specifies a category that the channel belongs to.
|
Copyright © 2008–2017. All rights reserved.