#include <FictionBook2TextContext.h>
Static Private Member Functions | |
static FictionBook2BlockFormat | makeBlockFormat (const FictionBook2BlockFormat &format) |
Additional Inherited Members | |
![]() | |
FictionBook2Style & | getStyle () |
FictionBook2TextFormat & | getTextFormat () |
FictionBook2XMLParserContext * | element (const FictionBook2TokenData &name, const FictionBook2TokenData &ns) override |
Create a context for parsing a child element. | |
void | endOfElement () override |
Signalize the end of an element. | |
void | attribute (const FictionBook2TokenData &name, const FictionBook2TokenData *ns, const char *value) override |
Process an attribute. | |
void | endOfAttributes () override |
Signalize the end of attributes. | |
void | text (const char *value) override |
Process textual content of an element. | |
libebook::FictionBook2PContext::FictionBook2PContext | ( | FictionBook2ParserContext * | parentContext, |
const FictionBook2BlockFormat & | format | ||
) |
|
staticprivate |