MCPcopy Create free account
hub / github.com/Kitware/VTK / endDocument

Function endDocument

ThirdParty/libxml2/vtklibxml2/legacy.c:1112–1117  ·  view source on GitHub ↗

* endDocument: * @ctx: the user data (XML parser context) * * called when the document end has been detected. * DEPRECATED: use xmlSAX2EndDocument() */

Source from the content-addressed store, hash-verified

1110 * DEPRECATED: use xmlSAX2EndDocument()
1111 */
1112void
1113endDocument(void *ctx)
1114{
1115 DEPRECATED("endDocument")
1116 xmlSAX2EndDocument(ctx);
1117}
1118
1119/**
1120 * attribute:

Callers

nothing calls this directly

Calls 1

xmlSAX2EndDocumentFunction · 0.85

Tested by

no test coverage detected