| FictionBook2NodeContextBase (FictionBook2ParserContext *parentContext, FictionBook2Collector *collector=nullptr) |
| FictionBook2ParserContext (FictionBook2ParserContext *parentContext, FictionBook2Collector *collector=nullptr) |
| Create a new context with parentContext as parent. More...
|
FictionBook2XMLParserContext * | leaveContext () const override |
| Destroy this context and return parent. More...
|
| Get the collector. More...
|
| Get the parent context. More...
|
| Create a context for parsing a child element. More...
|
| Signalize the end of an element. More...
|
virtual void | attribute (const FictionBook2TokenData &name, const FictionBook2TokenData *ns, const char *value)=0 |
| Process an attribute. More...
|