| Package | Description |
|---|---|
| com.rometools.propono.atom.common | |
| com.rometools.rome.feed.atom | |
| com.rometools.rome.io.impl |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Category> |
Categories.categories
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
Categories.getCategories()
Deprecated.
Iterate over Category objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
Categories.addCategory(Category cat)
Deprecated.
Add category list of those specified
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<Category> |
Entry.categories |
private java.util.List<Category> |
Feed.categories |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Category> |
Entry.getCategories()
Returns the categories
|
java.util.List<Category> |
Feed.getCategories()
Returns the categories
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entry.setCategories(java.util.List<Category> categories)
Set the categories
|
void |
Feed.setCategories(java.util.List<Category> categories)
Set the categories
|
| Modifier and Type | Method and Description |
|---|---|
private Category |
Atom10Parser.parseCategory(java.lang.String baseURI,
org.jdom2.Element eCategory) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<Category> |
Atom10Parser.parseCategories(java.lang.String baseURI,
java.util.List<org.jdom2.Element> eCategories) |
| Modifier and Type | Method and Description |
|---|---|
protected org.jdom2.Element |
Atom10Generator.generateCategoryElement(Category cat) |