Class to handle the settings stream. More...
#include <ODi_SettingsStream_ListenerState.h>
Public Member Functions | |
ODi_SettingsStream_ListenerState (ODi_ElementStack &rElementStack) | |
virtual | ~ODi_SettingsStream_ListenerState () |
void | startElement (const gchar *, const gchar **, ODi_ListenerStateAction &) |
void | endElement (const gchar *, ODi_ListenerStateAction &) |
void | charData (const gchar *, int) |
Class to handle the settings stream.
ODi_SettingsStream_ListenerState::ODi_SettingsStream_ListenerState | ( | ODi_ElementStack & | rElementStack | ) | [inline] |
virtual ODi_SettingsStream_ListenerState::~ODi_SettingsStream_ListenerState | ( | ) | [inline, virtual] |
void ODi_SettingsStream_ListenerState::charData | ( | const gchar * | , | |
int | ||||
) | [inline, virtual] |
Implements ODi_ListenerState.
void ODi_SettingsStream_ListenerState::endElement | ( | const gchar * | , | |
ODi_ListenerStateAction & | ||||
) | [inline, virtual] |
Implements ODi_ListenerState.
void ODi_SettingsStream_ListenerState::startElement | ( | const gchar * | , | |
const gchar ** | , | |||
ODi_ListenerStateAction & | ||||
) | [inline, virtual] |
Implements ODi_ListenerState.