#include <FictionBook2MetadataContext.h>
Private Member Functions | |
FictionBook2XMLParserContext * | element (const FictionBook2TokenData &name, const FictionBook2TokenData &ns) override |
Create a context for parsing a child element. More... | |
void | startOfElement () override |
Signalize the start of an element. More... | |
void | endOfElement () override |
Signalize the end of an element. More... | |
void | attribute (const FictionBook2TokenData &name, const FictionBook2TokenData *ns, const char *value) override |
Process an attribute. More... | |
void | text (const char *value) override |
Process textual content of an element. More... | |
libebook::FictionBook2AnnotationContext::FictionBook2AnnotationContext | ( | FictionBook2ParserContext * | parentContext, |
const FictionBook2BlockFormat & | format | ||
) |
|
overrideprivatevirtual |
Process an attribute.
Attributes are handled to the current element's context one by one.
Implements libebook::FictionBook2XMLParserContext.
Referenced by libebook::FictionBook2AuthorContext::endOfAttributes(), libebook::FictionBook2BookNameContext::endOfAttributes(), libebook::FictionBook2BookTitleContext::endOfAttributes(), libebook::FictionBook2CityContext::endOfAttributes(), libebook::FictionBook2CoverpageContext::endOfAttributes(), libebook::FictionBook2CustomInfoContext::endOfAttributes(), libebook::FictionBook2DateContext::endOfAttributes(), libebook::FictionBook2DescriptionContext::endOfAttributes(), libebook::FictionBook2TextInfoContext::endOfAttributes(), libebook::FictionBook2EmailContext::endOfAttributes(), libebook::FictionBook2FirstNameContext::endOfAttributes(), libebook::FictionBook2GenreContext::endOfAttributes(), libebook::FictionBook2HistoryContext::endOfAttributes(), libebook::FictionBook2HomePageContext::endOfAttributes(), libebook::FictionBook2IdContext::endOfAttributes(), libebook::FictionBook2IsbnContext::endOfAttributes(), libebook::FictionBook2KeywordsContext::endOfAttributes(), libebook::FictionBook2LangContext::endOfAttributes(), libebook::FictionBook2LastNameContext::endOfAttributes(), libebook::FictionBook2MiddleNameContext::endOfAttributes(), libebook::FictionBook2NicknameContext::endOfAttributes(), libebook::FictionBook2OutputContext::endOfAttributes(), libebook::FictionBook2OutputDocumentClassContext::endOfAttributes(), libebook::FictionBook2PartContext::endOfAttributes(), libebook::FictionBook2ProgramUsedContext::endOfAttributes(), libebook::FictionBook2PublisherContext::endOfAttributes(), libebook::FictionBook2PublishInfoContext::endOfAttributes(), libebook::FictionBook2SequenceContext::endOfAttributes(), libebook::FictionBook2SrcLangContext::endOfAttributes(), libebook::FictionBook2SrcOcrContext::endOfAttributes(), libebook::FictionBook2SrcTitleInfoContext::endOfAttributes(), libebook::FictionBook2SrcUrlContext::endOfAttributes(), libebook::FictionBook2TitleInfoContext::endOfAttributes(), libebook::FictionBook2TranslatorContext::endOfAttributes(), libebook::FictionBook2VersionContext::endOfAttributes(), and libebook::FictionBook2YearContext::endOfAttributes().
|
overrideprivatevirtual |
Create a context for parsing a child element.
0
if the child element cannot be handled. Implements libebook::FictionBook2XMLParserContext.
|
overrideprivatevirtual |
Signalize the end of an element.
Implements libebook::FictionBook2XMLParserContext.
|
overrideprivatevirtual |
Signalize the start of an element.
This can be used if initialization of the context needs virtual function calls.
Implements libebook::FictionBook2XMLParserContext.
|
overrideprivatevirtual |
Process textual content of an element.
This function can be called more than once if the element has mixed content.
Implements libebook::FictionBook2XMLParserContext.
Referenced by libebook::FictionBook2AuthorContext::endOfAttributes(), libebook::FictionBook2BookNameContext::endOfAttributes(), libebook::FictionBook2BookTitleContext::endOfAttributes(), libebook::FictionBook2CityContext::endOfAttributes(), libebook::FictionBook2CoverpageContext::endOfAttributes(), libebook::FictionBook2CustomInfoContext::endOfAttributes(), libebook::FictionBook2DateContext::endOfAttributes(), libebook::FictionBook2DescriptionContext::endOfAttributes(), libebook::FictionBook2TextInfoContext::endOfAttributes(), libebook::FictionBook2EmailContext::endOfAttributes(), libebook::FictionBook2FirstNameContext::endOfAttributes(), libebook::FictionBook2GenreContext::endOfAttributes(), libebook::FictionBook2HistoryContext::endOfAttributes(), libebook::FictionBook2HomePageContext::endOfAttributes(), libebook::FictionBook2IdContext::endOfAttributes(), libebook::FictionBook2IsbnContext::endOfAttributes(), libebook::FictionBook2KeywordsContext::endOfAttributes(), libebook::FictionBook2LangContext::endOfAttributes(), libebook::FictionBook2LastNameContext::endOfAttributes(), libebook::FictionBook2MiddleNameContext::endOfAttributes(), libebook::FictionBook2NicknameContext::endOfAttributes(), libebook::FictionBook2OutputContext::endOfAttributes(), libebook::FictionBook2OutputDocumentClassContext::endOfAttributes(), libebook::FictionBook2PartContext::endOfAttributes(), libebook::FictionBook2ProgramUsedContext::endOfAttributes(), libebook::FictionBook2PublisherContext::endOfAttributes(), libebook::FictionBook2PublishInfoContext::endOfAttributes(), libebook::FictionBook2SequenceContext::endOfAttributes(), libebook::FictionBook2SrcLangContext::endOfAttributes(), libebook::FictionBook2SrcOcrContext::endOfAttributes(), libebook::FictionBook2SrcTitleInfoContext::endOfAttributes(), libebook::FictionBook2SrcUrlContext::endOfAttributes(), libebook::FictionBook2TitleInfoContext::endOfAttributes(), libebook::FictionBook2TranslatorContext::endOfAttributes(), libebook::FictionBook2VersionContext::endOfAttributes(), and libebook::FictionBook2YearContext::endOfAttributes().