MCPcopy Create free account
hub / github.com/Kistler-Group/sdbus-cpp / Document::Expat

Class Document::Expat

tools/xml2cpp-codegen/xml.cpp:185–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185struct Document::Expat
186{
187 static void start_doctype_decl_handler(
188 void *data, const XML_Char *name, const XML_Char *sysid, const XML_Char *pubid, int has_internal_subset
189 );
190 static void end_doctype_decl_handler(void *data);
191 static void start_element_handler(void *data, const XML_Char *name, const XML_Char **atts);
192 static void character_data_handler(void *data, const XML_Char *chars, int len);
193 static void end_element_handler(void *data, const XML_Char *name);
194};
195
196void Document::from_xml(const std::string& xml)
197{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected