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

Method endElement_cb

src/xmp.cpp:159–161  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

157 // This callback function is called by libexpat. It's a static wrapper
158 // around endElement().
159 static void XMLCALL endElement_cb(void* userData, const XML_Char* name) noexcept {
160 static_cast<XMLValidator*>(userData)->endElement(name);
161 }
162
163 // This callback function is called by libexpat. It's a static wrapper
164 // around startNamespace().

Callers

nothing calls this directly

Calls 1

endElementMethod · 0.80

Tested by

no test coverage detected