libebook::FB2InlineImageContext Class Reference

#include <FB2TextContext.h>

Inheritance diagram for libebook::FB2InlineImageContext:
libebook::FB2DataContextBase libebook::FB2ParserContext libebook::FB2XMLParserContext

List of all members.

Public Member Functions

 FB2InlineImageContext (FB2ParserContext *parentContext, const FB2Style &style)

Private Member Functions

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

Private Attributes

const FB2Stylem_style
std::string m_href
std::string m_altText
bool m_valid

Constructor & Destructor Documentation


Member Function Documentation

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

Signalize the end of attributes.

Reimplemented from libebook::FB2DataContextBase.

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

Signalize the end of an element.

Implements libebook::FB2XMLParserContext.

Signalize the start of an element.

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

Reimplemented from libebook::FB2DataContextBase.


Member Data Documentation

Referenced by attribute(), and endOfElement().

Referenced by attribute(), and endOfElement().


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