- characters(String) - Method in class cz.kebrt.html2latex.Convertor
-
Called when text content is reached in the input HTML document.
- characters(String) - Method in interface cz.kebrt.html2latex.IParserHandler
-
Called when the text content of an element is read.
- characters(String) - Method in class cz.kebrt.html2latex.ParserHandler
-
Called when the text content of an element is read.
- checkValidity(ElementEnd) - Method in class cz.kebrt.html2latex.Parser
-
Checks whether the document is well-formed.
- colorProperty(Configuration) - Method in class cz.kebrt.html2latex.CSSStyle
-
Converts "color" property using "xcolor" LaTeX package.
- comment(String) - Method in class cz.kebrt.html2latex.Convertor
-
Called when comment is reached in the input HTML document.
- comment(String) - Method in interface cz.kebrt.html2latex.IParserHandler
-
Called when the comment is reached in input document.
- comment(String) - Method in class cz.kebrt.html2latex.ParserHandler
-
Called when the comment is reached in input document.
- commonElementEnd(ElementEnd, ElementStart) - Method in class cz.kebrt.html2latex.Convertor
-
Called when HTML end element is reached and special method for
the element doesn't exist.
- commonElementStart(ElementStart) - Method in class cz.kebrt.html2latex.Convertor
-
Called when HTML start element is reached and special method for
the element doesn't exist.
- Configuration - Class in cz.kebrt.html2latex
-
Program configuration.
- Configuration(String) - Constructor for class cz.kebrt.html2latex.Configuration
-
Loads all the configuration.
- convertCharEntitites(String) - Method in class cz.kebrt.html2latex.Convertor
-
Converts HTML character entities to LaTeX commands.
- convertLaTeXSpecialChars(String) - Method in class cz.kebrt.html2latex.Convertor
-
Converts LaTeX special characters (ie. '{') to LaTeX commands.
- Convertor - Class in cz.kebrt.html2latex
-
Class which converts HTML into LaTeX format.
- Convertor(File, String) - Constructor for class cz.kebrt.html2latex.Convertor
-
Opens the output file.
- CSSParser - Class in cz.kebrt.html2latex
-
CSS parser.
- CSSParser() - Constructor for class cz.kebrt.html2latex.CSSParser
-
- CSSParserHandler - Class in cz.kebrt.html2latex
-
Handles events sent from the CSS Parser.
- CSSParserHandler(Configuration) - Constructor for class cz.kebrt.html2latex.CSSParserHandler
-
Cstr.
- CSSPropertyConfigItem - Class in cz.kebrt.html2latex
-
Class representing configuration of each CSS property
defined in the configuration file.
- CSSPropertyConfigItem(String, String) - Constructor for class cz.kebrt.html2latex.CSSPropertyConfigItem
-
Cstr.
- CSSStyle - Class in cz.kebrt.html2latex
-
Class representing CSS style definition in program configuration.
- CSSStyle(String) - Constructor for class cz.kebrt.html2latex.CSSStyle
-
Cstr.
- cssStyleEnd(ElementStart) - Method in class cz.kebrt.html2latex.Convertor
-
Prints CSS style converted to LaTeX command.
- cssStyleStart(ElementStart) - Method in class cz.kebrt.html2latex.Convertor
-
Prints CSS style converted to LaTeX command.
- cz.kebrt.html2latex - package cz.kebrt.html2latex
-