standard.lib.xml.xmlCleanupParser

xmlCleanupParser is available since version 1.0.

Prototype:

null-return xmlCleanupParser()

Description:

Cleanup function for the XML library. It tries to reclaim all parsing related global memory allocated for the library processing. It doesn't deallocate any document related memory. Calling this function should not prevent reusing the library but one should call xmlCleanupParser() only when the process has finished using the library or XML document built with it.

Return value:

Returns null.