Package com.biglybt.pif.utils.xml.rss
Interface RSSFeed
-
- All Known Implementing Classes:
RSSFeedImpl
public interface RSSFeed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSSChannel[]
getChannels()
A feed is composed of one (or more?) channelsboolean
isAtomFeed()
True if this is an Atom feed http://www.w3.org/2005/Atom, RSS otherwise
-
-
-
Method Detail
-
isAtomFeed
boolean isAtomFeed()
True if this is an Atom feed http://www.w3.org/2005/Atom, RSS otherwise- Returns:
-
getChannels
RSSChannel[] getChannels()
A feed is composed of one (or more?) channels- Returns:
-
-