Initializing help system before first use

getfirstchild

getfirstchild


Purpose
Get the first child of an element node.
Synopsis
function getfirstchild(doc:xmldoc, n:integer):integer
Arguments
doc 
Document to use
Node number (must be an element)
Return value
The node number of the first child or -1 if there is no child.
Example
See getnext.
Related topics
Module