Concept Framework 2.2 documentation Contents | Index

standard.lib.xml.xmlCleanupParser

Name Version Deprecated
xmlCleanupParser version 1.0 no

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.

Returns:
Returns null.

Documented by Eduard Suica by adapting from http://xmlsoft.org/, generation time: Sun Jan 27 18:15:20 2013 GMT(c)2013 Devronium Applications