![]() ![]() |
Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561
The $$NAME^MXMLDOM extrinsic function retrieves the name of the element at the specified node within the document parse tree.
$$NAME^MXMLDOM(handle,node)
handle: |
(required) The value (integer) returned by the $$EN^MXMLDOM API, which created the in-memory document image. |
node: |
(required) The node (integer) for which the associated element name is being retrieved. |
returns: |
Returns the name (string) of the element associated with the specified node. |