Class to handle the content stream. More...
#include <ODi_ContentStreamAnnotationMatcher_ListenerState.h>
Public Member Functions | |
ODi_ContentStreamAnnotationMatcher_ListenerState (PD_Document *pDocument, GsfInfile *pGsfInfile, ODi_Office_Styles *pStyles, ODi_ElementStack &rElementStack, ODi_Abi_Data &rAbiData) | |
Constructor. | |
virtual | ~ODi_ContentStreamAnnotationMatcher_ListenerState () |
void | startElement (const gchar *pName, const gchar **ppAtts, ODi_ListenerStateAction &rAction) |
void | endElement (const gchar *pName, ODi_ListenerStateAction &rAction) |
void | charData (const gchar *pBuffer, int length) |
const std::set< std::string > & | getRangedAnnotationNames () const |
Private Attributes | |
PD_Document * | m_pAbiDocument |
GsfInfile * | m_pGsfInfile |
ODi_Office_Styles * | m_pStyles |
ODi_Abi_Data & | m_rAbiData |
Class to handle the content stream.
ODi_ContentStreamAnnotationMatcher_ListenerState::ODi_ContentStreamAnnotationMatcher_ListenerState | ( | PD_Document * | pDocument, | |
GsfInfile * | pGsfInfile, | |||
ODi_Office_Styles * | pStyles, | |||
ODi_ElementStack & | rElementStack, | |||
ODi_Abi_Data & | rAbiData | |||
) |
Constructor.
References m_pAbiDocument, m_pGsfInfile, m_pStyles, and UT_ASSERT_HARMLESS.
ODi_ContentStreamAnnotationMatcher_ListenerState::~ODi_ContentStreamAnnotationMatcher_ListenerState | ( | ) | [virtual] |
void ODi_ContentStreamAnnotationMatcher_ListenerState::charData | ( | const gchar * | pBuffer, | |
int | length | |||
) | [virtual] |
Implements ODi_ListenerState.
void ODi_ContentStreamAnnotationMatcher_ListenerState::endElement | ( | const gchar * | pName, | |
ODi_ListenerStateAction & | rAction | |||
) | [virtual] |
Implements ODi_ListenerState.
References ODi_ListenerStateAction::popState().
const std::set< std::string > & ODi_ContentStreamAnnotationMatcher_ListenerState::getRangedAnnotationNames | ( | ) | const |
References m_rAbiData, and ODi_Abi_Data::m_rangedAnnotationNames.
void ODi_ContentStreamAnnotationMatcher_ListenerState::startElement | ( | const gchar * | pName, | |
const gchar ** | ppAtts, | |||
ODi_ListenerStateAction & | rAction | |||
) | [virtual] |
Implements ODi_ListenerState.
References gchar, ODi_Abi_Data::m_openAnnotationNames, m_rAbiData, ODi_Abi_Data::m_rangedAnnotationNames, s, and UT_getAttribute().
Referenced by ODi_ContentStreamAnnotationMatcher_ListenerState().
GsfInfile* ODi_ContentStreamAnnotationMatcher_ListenerState::m_pGsfInfile [private] |
Referenced by ODi_ContentStreamAnnotationMatcher_ListenerState().
Referenced by ODi_ContentStreamAnnotationMatcher_ListenerState().
Referenced by getRangedAnnotationNames(), and startElement().