Public Member Functions | Private Attributes

ContainerListener Class Reference

#include <ie_imp_EPUB.h>

Inheritance diagram for ContainerListener:
UT_XML::Listener

List of all members.

Public Member Functions

void startElement (const gchar *name, const gchar **atts)
void endElement (const gchar *name)
void charData (const gchar *buffer, int length)
const std::string & getRootFilePath () const

Private Attributes

std::string m_rootFilePath

Member Function Documentation

void ContainerListener::charData ( const gchar *  buffer,
int  length 
) [virtual]

Implements UT_XML::Listener.

void ContainerListener::endElement ( const gchar *  name  )  [virtual]

Implements UT_XML::Listener.

const std::string & ContainerListener::getRootFilePath (  )  const

References m_rootFilePath.

Referenced by IE_Imp_EPUB::readMetadata().

void ContainerListener::startElement ( const gchar *  name,
const gchar **  atts 
) [virtual]

Member Data Documentation

std::string ContainerListener::m_rootFilePath [private]

Referenced by getRootFilePath(), and startElement().


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