Represents a <text:notes-configuration> element. More...
#include <ODi_NotesConfiguration.h>
Public Member Functions | |
| ODi_NotesConfiguration (ODi_ElementStack &rElementStack) | |
| virtual | ~ODi_NotesConfiguration () |
| void | startElement (const gchar *pName, const gchar **ppAtts, ODi_ListenerStateAction &rAction) |
| void | endElement (const gchar *pName, ODi_ListenerStateAction &rAction) |
| void | charData (const gchar *, int) |
| const std::string * | getCitationStyleName () const |
Private Attributes | |
| std::string | m_noteClass |
| std::string | m_citationStyleName |
Represents a <text:notes-configuration> element.
| ODi_NotesConfiguration::ODi_NotesConfiguration | ( | ODi_ElementStack & | rElementStack | ) | [inline] |
| virtual ODi_NotesConfiguration::~ODi_NotesConfiguration | ( | ) | [inline, virtual] |
| void ODi_NotesConfiguration::charData | ( | const gchar * | , | |
| int | ||||
| ) | [inline, virtual] |
Implements ODi_ListenerState.
| void ODi_NotesConfiguration::endElement | ( | const gchar * | pName, | |
| ODi_ListenerStateAction & | rAction | |||
| ) | [virtual] |
Implements ODi_ListenerState.
References ODi_ListenerStateAction::popState().
| const std::string* ODi_NotesConfiguration::getCitationStyleName | ( | ) | const [inline] |
References m_citationStyleName.
Referenced by ODi_TextContent_ListenerState::startElement().
| void ODi_NotesConfiguration::startElement | ( | const gchar * | pName, | |
| const gchar ** | ppAtts, | |||
| ODi_ListenerStateAction & | rAction | |||
| ) | [virtual] |
Implements ODi_ListenerState.
References gchar, m_citationStyleName, m_noteClass, UT_ASSERT, and UT_getAttribute().
std::string ODi_NotesConfiguration::m_citationStyleName [private] |
Referenced by getCitationStyleName(), and startElement().
std::string ODi_NotesConfiguration::m_noteClass [private] |
Referenced by startElement().
1.7.1