Uses of Class
cz.kebrt.html2latex.FatalErrorException

Uses of FatalErrorException in cz.kebrt.html2latex
 

Methods in cz.kebrt.html2latex that throw FatalErrorException
private  void Parser.destroy()
          Closes the input input file specified in the parse() method.
private  void Parser.init()
          Opens the input file specified in the parse() method.
 void Parser.parse(java.io.File inputFile, ParserHandler handler)
          Parses the HTML file and converts it using the particular handler.
 

Constructors in cz.kebrt.html2latex that throw FatalErrorException
Configuration()
          Loads all the configuration.
Convertor(java.io.File outputFile)
          Opens the output file.
ParserHandler(java.io.File outputFile)
          Cstr.