#include <FB2BlockContext.h>
Public Member Functions | |
| FB2EmptyLineContext (FB2ParserContext *parentContext) | |
Private Member Functions | |
| virtual void | endOfElement () |
| Signalize the end of an element. | |
| virtual void | attribute (const FB2TokenData &name, const FB2TokenData *ns, const char *value) |
| Process an attribute. | |
| libebook::FB2EmptyLineContext::FB2EmptyLineContext | ( | FB2ParserContext * | parentContext | ) | [explicit] |
| void libebook::FB2EmptyLineContext::attribute | ( | const FB2TokenData & | name, |
| const FB2TokenData * | ns, | ||
| const char * | value | ||
| ) | [private, virtual] |
Process an attribute.
Attributes are handled to the current element's context one by one.
Implements libebook::FB2XMLParserContext.
| void libebook::FB2EmptyLineContext::endOfElement | ( | ) | [private, virtual] |
Signalize the end of an element.
Implements libebook::FB2XMLParserContext.