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

Method startNamespace_cb

src/xmp.cpp:165–167  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

163 // This callback function is called by libexpat. It's a static wrapper
164 // around startNamespace().
165 static void XMLCALL startNamespace_cb(void* userData, const XML_Char* prefix, const XML_Char* uri) noexcept {
166 static_cast<XMLValidator*>(userData)->startNamespace(prefix, uri);
167 }
168
169 // This callback function is called by libexpat. It's a static wrapper
170 // around endNamespace().

Callers

nothing calls this directly

Calls 1

startNamespaceMethod · 0.80

Tested by

no test coverage detected