Uses of Class
de.nava.informa.core.ParseException

Packages that use ParseException
de.nava.informa.core This package contains interfaces for the news channel objects, it builds the core API for all news channel storage implementation. 
de.nava.informa.parsers This package defines parsers for reading in news channels. 
 

Uses of ParseException in de.nava.informa.core
 

Subclasses of ParseException in de.nava.informa.core
 class UnsupportedFormatException
          An exception thrown when no appropiate parser is available for a specific document instance.
 

Methods in de.nava.informa.core that throw ParseException
 ChannelIF ChannelParserIF.parse(ChannelBuilderIF cBuilder, org.jdom.Element channel)
          Method that implements the parser.
 

Uses of ParseException in de.nava.informa.parsers
 

Methods in de.nava.informa.parsers that throw ParseException
static void FeedParser.main(String[] args)
           
 ChannelIF RSS_2_0_Parser.parse(ChannelBuilderIF cBuilder, org.jdom.Element root)
           
 ChannelIF RSS_1_0_Parser.parse(ChannelBuilderIF cBuilder, org.jdom.Element root)
           
 ChannelIF RSS_0_91_Parser.parse(ChannelBuilderIF cBuilder, org.jdom.Element root)
           
 ChannelIF Atom_1_0_Parser.parse(ChannelBuilderIF cBuilder, org.jdom.Element channel)
           
 ChannelIF Atom_0_3_Parser.parse(ChannelBuilderIF cBuilder, org.jdom.Element channel)
           
static ChannelIF FeedParser.parse(ChannelBuilderIF cBuilder, File aFile)
          Parse feed presented by file and build channel.
static ChannelIF FeedParser.parse(ChannelBuilderIF cBuilder, InputSource inpSource, URL baseLocation)
          Parse feed from input source with base location set and create channel.
static ChannelIF FeedParser.parse(ChannelBuilderIF cBuilder, InputStream stream)
          Parse feed presented by InputStream and build channel.
static ChannelIF FeedParser.parse(ChannelBuilderIF cBuilder, Reader reader)
          Parse feed presented by Reader and build channel.
static ChannelIF FeedParser.parse(ChannelBuilderIF cBuilder, String url)
          Parser feed behind the given URL and build channel.
static ChannelIF FeedParser.parse(ChannelBuilderIF cBuilder, URL aURL)
          Parser feed behind the given URL and build channel.
static Collection<FeedIF> OPMLParser.parse(File aFile)
           
static Collection<FeedIF> OPMLParser.parse(InputSource inpSource, URL baseLocation)
           
static Collection OPMLParser.parse(InputStream stream)
           
static Collection OPMLParser.parse(Reader reader)
           
static Collection OPMLParser.parse(String url)
          Reads in a news feed definition from the specified URL.
static Collection OPMLParser.parse(URL aURL)
           
 



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