de.nava.informa.parsers
Class RSS_0_91_Parser

java.lang.Object
  extended by de.nava.informa.parsers.RSS_0_91_Parser
All Implemented Interfaces:
ChannelParserIF

 class RSS_0_91_Parser
extends Object
implements ChannelParserIF

Parser which reads in document instances according to the RSS 0.91 specification and generates a news channel object.

Author:
Niko Schmuck

Method Summary
static RSS_0_91_Parser getInstance()
          Get the RSS_0_91_Parser instance.
 ChannelIF parse(ChannelBuilderIF cBuilder, org.jdom.Element root)
          Method that implements the parser.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RSS_0_91_Parser getInstance()
Get the RSS_0_91_Parser instance.


parse

public ChannelIF parse(ChannelBuilderIF cBuilder,
                       org.jdom.Element root)
                throws ParseException
Description copied from interface: ChannelParserIF
Method that implements the parser.

Specified by:
parse in interface ChannelParserIF
Throws:
ParseException
See Also:
ChannelParserIF.parse(de.nava.informa.core.ChannelBuilderIF, org.jdom.Element)


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