Uses of Class
cz.kebrt.html2latex.ParserHandler

Uses of ParserHandler in cz.kebrt.html2latex
 

Fields in cz.kebrt.html2latex declared as ParserHandler
private  ParserHandler Parser._handler
          Handler which receives events from the parser.
 

Methods in cz.kebrt.html2latex with parameters of type ParserHandler
 void Parser.parse(java.io.File inputFile, ParserHandler handler)
          Parses the HTML file and converts it using the particular handler.