|
|||||||||
| Home >> All >> de >> nava >> informa >> [ parsers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
de.nava.informa.parsers
Class OPML_1_1_Parser

java.lang.Objectde.nava.informa.parsers.OPML_1_1_Parser
- class OPML_1_1_Parser
- extends java.lang.Object
Parser which reads in document according to the OPML 1.1 specification
and generates a collection of FeedIF instances.
| Field Summary | |
private static org.apache.commons.logging.Log |
logger
|
| Constructor Summary | |
(package private) |
OPML_1_1_Parser()
|
| Method Summary | |
(package private) static java.util.Collection |
parse(org.jdom.Element root)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
logger
private static org.apache.commons.logging.Log logger
| Constructor Detail |
OPML_1_1_Parser
OPML_1_1_Parser()
| Method Detail |
parse
static java.util.Collection parse(org.jdom.Element root) throws de.nava.informa.core.ParseException
|
|||||||||
| Home >> All >> de >> nava >> informa >> [ parsers overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
de.nava.informa.parsers.OPML_1_1_Parser