de.nava.informa.parsers
Class RSS_1_0_Parser

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

 class RSS_1_0_Parser
extends Object
implements ChannelParserIF

Parser which reads in document instances according to the RSS 1.0 (RDF) specification and generates a news channel object.

Author:
Niko Schmuck

Method Summary
static RSS_1_0_Parser getInstance()
          Get the RSS_1_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_1_0_Parser getInstance()
Get the RSS_1_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


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