- ElementConfigItem - Class in cz.kebrt.html2latex
-
Class representing configuration of each HTML element.
- ElementConfigItem(String, String, String, String, String) - Constructor for class cz.kebrt.html2latex.ElementConfigItem
-
Cstr.
- ElementEnd - Class in cz.kebrt.html2latex
-
Class representing HTML end element.
- ElementEnd(String) - Constructor for class cz.kebrt.html2latex.ElementEnd
-
Cstr.
- ElementStart - Class in cz.kebrt.html2latex
-
Class representing HTML start element.
- ElementStart(String, HashMap<String, String>) - Constructor for class cz.kebrt.html2latex.ElementStart
-
Cstr.
- endDocument() - Method in interface cz.kebrt.html2latex.IParserHandler
-
Called when the whole input document is read.
- endDocument() - Method in class cz.kebrt.html2latex.ParserHandler
-
Called when the whole input document is read.
- endElement(ElementEnd, ElementStart) - Method in interface cz.kebrt.html2latex.IParserHandler
-
Called when an end element is reached in the input document.
- endElement(ElementEnd, ElementStart) - Method in class cz.kebrt.html2latex.ParserHandler
-
Called when an end element is reached in the input document.
- ErrorException - Exception in cz.kebrt.html2latex
-
- ErrorException(String) - Constructor for exception cz.kebrt.html2latex.ErrorException
-
Cstr.