#include <FB2MetadataContext.h>
§ FB2TitleInfoContext() [1/2]
§ FB2TitleInfoContext() [2/2]
libebook::FB2TitleInfoContext::FB2TitleInfoContext |
( |
FB2ParserContext * |
parentContext | ) |
|
|
explicit |
§ ~FB2TitleInfoContext()
libebook::FB2TitleInfoContext::~FB2TitleInfoContext |
( |
| ) |
|
|
privatevirtual |
§ attribute()
void libebook::FB2TitleInfoContext::attribute |
( |
const FB2TokenData & |
name, |
|
|
const FB2TokenData * |
ns, |
|
|
const char * |
value |
|
) |
| |
|
privatevirtual |
§ element()
Create a context for parsing a child element.
- Returns
- A new context or
0
if the child element cannot be handled.
Implements libebook::FB2XMLParserContext.
§ endOfAttributes()
virtual void libebook::FB2TitleInfoContext::endOfAttributes |
( |
| ) |
|
|
inlineprivatevirtual |
§ endOfElement()
void libebook::FB2TitleInfoContext::endOfElement |
( |
| ) |
|
|
privatevirtual |
§ operator=()
§ startOfElement()
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.
§ text()
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.
§ m_authors
FB2Authors* libebook::FB2TitleInfoContext::m_authors |
|
private |
The documentation for this class was generated from the following files: