de.nava.informa.core
Interface ChannelParserIF

All Known Implementing Classes:
Atom_0_3_Parser, Atom_1_0_Parser, RSS_0_91_Parser, RSS_1_0_Parser, RSS_2_0_Parser

public interface ChannelParserIF

Interface for a parser which reads in document instances according to some specific channel format specification and generates a news channel object.

Author:
Italo Borssatto

Method Summary
 ChannelIF parse(ChannelBuilderIF cBuilder, org.jdom.Element channel)
          Method that implements the parser.
 

Method Detail

parse

ChannelIF parse(ChannelBuilderIF cBuilder,
                org.jdom.Element channel)
                throws ParseException
Method that implements the parser.

Throws:
ParseException


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