Interface RSSFeed
- All Known Implementing Classes:
RSSFeedImpl
public interface RSSFeed
-
Method Summary
Modifier and TypeMethodDescriptionA feed is composed of one (or more?) channelsbooleanTrue if this is an Atom feed http://www.w3.org/2005/Atom, RSS otherwise
-
Method Details
-
isAtomFeed
boolean isAtomFeed()True if this is an Atom feed http://www.w3.org/2005/Atom, RSS otherwise- Returns:
-
getChannels
-