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

Function xmlSchemaCleanupTypes

ThirdParty/libxml2/vtklibxml2/xmlschemastypes.c:855–861  ·  view source on GitHub ↗

* xmlSchemaCleanupTypes: * * DEPRECATED: This function will be made private. Call xmlCleanupParser * to free global state but see the warnings there. xmlCleanupParser * should be only called once at program exit. In most cases, you don't * have to call cleanup functions at all. * * Cleanup the default XML Schemas type library */

Source from the content-addressed store, hash-verified

853 * Cleanup the default XML Schemas type library
854 */
855void
856xmlSchemaCleanupTypes(void) {
857 if (xmlSchemaTypesInitialized != 0) {
858 xmlSchemaCleanupTypesInternal();
859 xmlSchemaTypesInitialized = 0;
860 }
861}
862
863/**
864 * xmlSchemaIsBuiltInTypeFacet:

Callers 2

xmlCleanupParserFunction · 0.85
xmlRelaxNGCleanupTypesFunction · 0.85

Calls 1

Tested by

no test coverage detected