![]() |
zeep::xml::parser
// In header: <zeep/xml/parser.hpp> class parser { public: // types typedef ; typedef ; // construct/copy/destruct (); (); ~(); // public member functions (, ); // protected member functions (, , ); (, , ); (, , ); (, ); (); (, ); (); (); (); (, ); (); (, , ); (); (, , ); // public data members xml_decl_handler; start_element_handler; end_element_handler; character_data_handler; processing_instruction_handler; comment_handler; start_cdata_section_handler; end_cdata_section_handler; start_namespace_decl_handler; end_namespace_decl_handler; doctype_decl_handler; notation_decl_handler; external_entity_ref_handler; report_invalidation_handler; };
zeep::xml::parser is a SAX parser. After construction, you should assign call back handlers for the SAX events and then call parse().