|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.io.RSSManager
public class RSSManager
RSS Manager is a class that reads RSS files in Atom 0.3, RSS 1.0 or RSS 2.0 formats, or exports PseudoFeeds into RSS format
Method Summary | |
---|---|
static boolean |
exportPseudoFeed(PseudoFeed srcFeed,
java.lang.String fileName)
Exports a PseudoFeed to an RSS document in the RSS 1.0 format |
static Feed |
readRSS(java.net.URL url)
Creates a feed from a URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Feed readRSS(java.net.URL url)
url
- The url to read from
public static boolean exportPseudoFeed(PseudoFeed srcFeed, java.lang.String fileName)
srcFeed
- PseudoFeed to export tofileName
- The file to export as
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |