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