LibreOffice Module shell (master) 1
|
#include <i_xml_parser_event_handler.hxx>
Public Member Functions | |
virtual | ~i_xml_parser_event_handler () |
virtual void | start_element (const string_t &raw_name, const string_t &local_name, const xml_tag_attribute_container_t &attributes)=0 |
virtual void | end_element (const string_t &raw_name, const string_t &local_name)=0 |
virtual void | characters (const string_t &character)=0 |
virtual void | ignore_whitespace (const string_t &whitespaces)=0 |
virtual void | comment (const string_t &comment)=0 |
Definition at line 38 of file i_xml_parser_event_handler.hxx.
|
inlinevirtual |
Definition at line 41 of file i_xml_parser_event_handler.hxx.
|
pure virtual |
Implemented in CContentReader, CMetaInfoReader, and CBaseReader.
Referenced by xml_character_data_handler().
|
pure virtual |
Implemented in CBaseReader.
Referenced by xml_comment_handler().
|
pure virtual |
Implemented in CContentReader, CMetaInfoReader, and CBaseReader.
Referenced by xml_end_element_handler().
|
pure virtual |
Implemented in CBaseReader.
Referenced by xml_character_data_handler().
|
pure virtual |
Implemented in CContentReader, CMetaInfoReader, and CBaseReader.
Referenced by xml_start_element_handler().