Uses of Package
cz.kebrt.html2latex

Classes in cz.kebrt.html2latex used by cz.kebrt.html2latex
Configuration
          Program configuration.
Convertor
          Class which converts HTML into LaTeX format.
CSSPropertyConfigItem
          Class representing configuration of each CSS property defined in the configuration file.
CSSStyle
          Class representing CSS style definition in program configuration.
ElementConfigItem
          Class representing configuration of each HTML element.
ElementEnd
          Class representing HTML end element.
ElementStart
          Class representing HTML start element.
ErrorException
          Error - not so heavy as fatal error.
FatalErrorException
          Fatal error - leads to program exit.
ICSSParserHandler
          Handles events sent from the CSSParser class.
IParserHandler
          Handles events sent from the Parser class.
LinksConversion
          The way of converting hyperlinks.
MyElement
          Abstract class for HTML start and end elements (tags).
NoItemException
          Configuration item (element, entity, CSS property) wasn't found in the cofiguration.
ParserHandler
          Handles events sent from the Parser class.