de.nava.informa.parsers
Class RSS_2_0_Parser

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

 class RSS_2_0_Parser
extends Object
implements ChannelParserIF

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

Author:
Anthony Eden, Niko Schmuck

Method Summary
static RSS_2_0_Parser getInstance()
          Get the RSS_2_0_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_2_0_Parser getInstance()
Get the RSS_2_0_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.