de.nava.informa.parsers
Class OPML_1_1_Parser

java.lang.Object
  extended by de.nava.informa.parsers.OPML_1_1_Parser

 class OPML_1_1_Parser
extends Object

Parser which reads in document according to the OPML 1.1 specification and generates a collection of FeedIF instances.

Author:
Niko Schmuck

Constructor Summary
OPML_1_1_Parser()
           
 
Method Summary
(package private) static Collection<FeedIF> parse(org.jdom.Element root)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OPML_1_1_Parser

OPML_1_1_Parser()
Method Detail

parse

static Collection<FeedIF> parse(org.jdom.Element root)


Copyright © 2002-2007 Niko Schmuck. All Rights Reserved.