XMLDocument.Free


public function Free

Prototype:

public function Free()

Description:

Frees the memory used by the XML document. Is not necessary to call this function (this function being called by the finalizator function too). You may want to call it when you want to reuse the XML document (for memory economy)

Return value:

Returns 0.