|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MRSSItem | |
|---|---|
| com.sonettic.mrss.elements | Classes that representing Sonettic MRSS feed elements. |
| Uses of MRSSItem in com.sonettic.mrss.elements |
|---|
| Methods in com.sonettic.mrss.elements that return types with arguments of type MRSSItem | |
|---|---|
java.util.List<MRSSItem> |
MRSSChannel.getItems()
Getter for items of this channel |
| Methods in com.sonettic.mrss.elements with parameters of type MRSSItem | |
|---|---|
void |
MRSSChannel.addItem(MRSSItem item)
Append item to current channel. |
| Method parameters in com.sonettic.mrss.elements with type arguments of type MRSSItem | |
|---|---|
void |
MRSSChannel.addItems(java.util.Collection<MRSSItem> items)
Appends all of the items in the collection to this channel. |
| Constructor parameters in com.sonettic.mrss.elements with type arguments of type MRSSItem | |
|---|---|
MRSSChannel(java.util.List<MRSSItem> items,
java.lang.String id)
Public constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||