![]() ![]() |
Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561
The $$CHILD^MXMLDOM extrinsic function returns the node of the first or next child of a given parent node, or zero (0) if there are none remaining.
$$CHILD^MXMLDOM(handle,parent[,child])
handle: |
(required) The value (integer) returned by the $$EN^MXMLDOM API, which created the in-memory document image. |
parent: |
(required) The node (integer) whose children are being retrieved. |
child: |
(optional) If specified, this is the last child node (integer) retrieved. The function returns the next child in the list. If the parameter is zero or missing, the first child is returned. |
returns: |
Returns:
|