Uses of Interface
cz.kebrt.html2latex.ICSSParserHandler

Uses of ICSSParserHandler in cz.kebrt.html2latex
 

Classes in cz.kebrt.html2latex that implement ICSSParserHandler
(package private)  class CSSParserHandler
          Handles events sent from the CSS Parser.
 

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

Methods in cz.kebrt.html2latex with parameters of type ICSSParserHandler
 void CSSParser.parse(java.io.File f, ICSSParserHandler handler)
          Parser the CSS file and sends events to the handler.