20#ifndef INCLUDED_SHELL_INC_INTERNAL_I_XML_PARSER_EVENT_HANDLER_HXX
21#define INCLUDED_SHELL_INC_INTERNAL_I_XML_PARSER_EVENT_HANDLER_HXX
virtual ~i_xml_parser_event_handler()
virtual void end_element(const string_t &raw_name, const string_t &local_name)=0
virtual void comment(const string_t &comment)=0
virtual void characters(const string_t &character)=0
virtual void start_element(const string_t &raw_name, const string_t &local_name, const xml_tag_attribute_container_t &attributes)=0
virtual void ignore_whitespace(const string_t &whitespaces)=0
std::map< string_t, string_t > xml_tag_attribute_container_t