Initializing help system before first use

getmaxnodes

getmaxnodes


Purpose
Get the number of nodes currently allocated for a document.
Synopsis
function getmaxnodes(doc:xmldoc):integer
Argument
doc 
Document to use
Return value
Number of nodes currently allocated
Further information
This function returns the amount of memory (in number of nodes) currently allocated for a given document. This amount may be larger than the amount actually in use.
Related topics
Module