Class and Description |
---|
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.
|