|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RSSChannel
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the mandatory description |
RSSItem[] |
getItems()
returns the items in the channel |
java.net.URL |
getLink()
Returns the mandatory link |
SimpleXMLParserDocumentNode |
getNode()
returns the underlying XML node for extraction of extensions |
java.util.Date |
getPublicationDate()
Returns the *optional* publication date |
java.lang.String |
getTitle()
Returns the mandatory title |
Method Detail |
---|
java.lang.String getTitle()
java.lang.String getDescription()
java.net.URL getLink()
java.util.Date getPublicationDate()
RSSItem[] getItems()
SimpleXMLParserDocumentNode getNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |