libebook::FB2ParaContextBase Class Reference

#include <FB2TextContext.h>

Inheritance diagram for libebook::FB2ParaContextBase:
libebook::FB2StyleContextBase libebook::FB2ParserContext libebook::FB2XMLParserContext libebook::FB2PContext libebook::FB2SubtitleContext libebook::FB2VContext libebook::FB2TextAuthorContext

List of all members.

Public Member Functions

 FB2ParaContextBase (FB2ParserContext *parentContext, const FB2BlockFormat &format)

Private Member Functions

virtual void startOfElement ()
 Signalize the start of an element.
virtual void endOfElement ()
 Signalize the end of an element.
virtual void attribute (const FB2TokenData &name, const FB2TokenData *ns, const char *value)
 Process an attribute.

Constructor & Destructor Documentation


Member Function Documentation

void libebook::FB2ParaContextBase::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.

Reimplemented from libebook::FB2StyleContextBase.

void libebook::FB2ParaContextBase::endOfElement ( ) [private, virtual]

Signalize the end of an element.

Reimplemented from libebook::FB2StyleContextBase.

void libebook::FB2ParaContextBase::startOfElement ( ) [private, virtual]

Signalize the start of an element.

This can be used if initialization of the context needs virtual function calls.

Implements libebook::FB2XMLParserContext.


The documentation for this class was generated from the following files: