#include <FB2TextContext.h>
Public Member Functions | |
| FB2EmphasisContext (FB2ParserContext *parentContext, FB2Style &style) | |
Private Member Functions | |
| virtual void | startOfElement () |
| Signalize the start of an element. | |
| libebook::FB2EmphasisContext::FB2EmphasisContext | ( | FB2ParserContext * | parentContext, |
| FB2Style & | style | ||
| ) |
| void libebook::FB2EmphasisContext::startOfElement | ( | ) | [private, virtual] |
Signalize the start of an element.
This can be used if initialization of the context needs virtual function calls.
Implements libebook::FB2XMLParserContext.