|
CS 1705 Library | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RssEntry | |
|---|---|
| cs1705.web | |
| Uses of RssEntry in cs1705.web |
|---|
| Methods in cs1705.web that return types with arguments of type RssEntry | |
|---|---|
List<RssEntry> |
RssFeed.getEntries()
Get this feed's entries. |
| Methods in cs1705.web with parameters of type RssEntry | |
|---|---|
void |
RssFeed.addEntry(RssEntry entry)
Add a new entry to this feed. |
| Method parameters in cs1705.web with type arguments of type RssEntry | |
|---|---|
void |
RssFeed.setEntries(List<RssEntry> entries)
Set this feed's entries. |
| Constructors in cs1705.web with parameters of type RssEntry | |
|---|---|
RssEntry(RssEntry existingEntry)
Creates a new RssEntry object as a copy of an existing entry. |
|
|
Last updated: Wed, Apr 1, 2009 12:29 AM EDT | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||