#include <FB2MetadataContext.h>
libebook::FB2TitleInfoContext::FB2TitleInfoContext |
( |
FB2ParserContext * |
parentContext | ) |
|
|
explicit |
libebook::FB2TitleInfoContext::~FB2TitleInfoContext |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2TitleInfoContext::attribute |
( |
const FB2TokenData & |
name, |
|
|
const FB2TokenData * |
ns, |
|
|
const char * |
value |
|
) |
| |
|
privatevirtual |
Create a context for parsing a child element.
- Returns
- A new context or
0
if the child element cannot be handled.
Implements libebook::FB2XMLParserContext.
virtual void libebook::FB2TitleInfoContext::endOfAttributes |
( |
| ) |
|
|
inlineprivatevirtual |
void libebook::FB2TitleInfoContext::endOfElement |
( |
| ) |
|
|
privatevirtual |
void libebook::FB2TitleInfoContext::startOfElement |
( |
| ) |
|
|
privatevirtual |
Signalize the start of an element.
This can be used if initialization of the context needs virtual function calls.
Implements libebook::FB2XMLParserContext.
void libebook::FB2TitleInfoContext::text |
( |
const char * |
value | ) |
|
|
privatevirtual |
Process textual content of an element.
This function can be called more than once if the element has mixed content.
Implements libebook::FB2XMLParserContext.
FB2Authors* libebook::FB2TitleInfoContext::m_authors |
|
private |
The documentation for this class was generated from the following files: