#include <FB2TextContext.h>
Public Member Functions | |
| FB2StrongContext (FB2ParserContext *parentContext, FB2Style &style) | |
Private Member Functions | |
| virtual void | startOfElement () |
| Signalize the start of an element. | |
| libebook::FB2StrongContext::FB2StrongContext | ( | FB2ParserContext * | parentContext, |
| FB2Style & | style | ||
| ) |
| void libebook::FB2StrongContext::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.