|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.clapper.curn.parser.RSSParserFactory
public class RSSParserFactory
This class provides a factory for retrieving a specific RSS parser implementation.
RSSParser,
RSSChannel,
RSSItem| Method Summary | |
|---|---|
static RSSParser |
getRSSParser(java.lang.String className)
Get the named RSS parser. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static RSSParser getRSSParser(java.lang.String className)
throws RSSParserException
RSSParser interface,
instantiates it (via its default constructor), and returns the
resulting RSSParser object.
className - the class name
RSSParserException - Error instantiating class. The
exception will contain (i.e., nest)
the real underlying exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||