MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / startElement_cb

Method startElement_cb

src/xmp.cpp:153–155  ·  view source on GitHub ↗

This callback function is called by libexpat. It's a static wrapper around startElement().

Source from the content-addressed store, hash-verified

151 // This callback function is called by libexpat. It's a static wrapper
152 // around startElement().
153 static void XMLCALL startElement_cb(void* userData, const XML_Char* name, const XML_Char** attrs) noexcept {
154 static_cast<XMLValidator*>(userData)->startElement(name, attrs);
155 }
156
157 // This callback function is called by libexpat. It's a static wrapper
158 // around endElement().

Callers

nothing calls this directly

Calls 1

startElementMethod · 0.80

Tested by

no test coverage detected