Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$NAME^MXMLDOM(): XML—Get Element Name

Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561

Description

The $$NAME^MXMLDOM extrinsic function retrieves the name of the element at the specified node within the document parse tree.

Format

  $$NAME^MXMLDOM(handle,node)

Input Parameters

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.

Output

returns:

Returns the name (string) of the element associated with the specified node.