Interface RSSChannel
- All Known Implementing Classes:
RSSChannelImpl
public interface RSSChannel
-
Method Summary
Modifier and TypeMethodDescriptionReturns the mandatory descriptionRSSItem[]getItems()returns the items in the channelgetLink()Returns the mandatory linkgetNode()returns the underlying XML node for extraction of extensionsReturns the *optional* publication dategetTitle()Returns the mandatory title
-
Method Details
-
getTitle
-
getDescription
-
getLink
-
getPublicationDate
-
getItems
-
getNode
SimpleXMLParserDocumentNode getNode()returns the underlying XML node for extraction of extensions- Returns:
-