![]() ![]() |
Reference Type: Supported, Category: XML Parser (VistA), ICR#: 3561
The $$ATTRIB^MXMLDOM extrinsic function retrieves the first or next attribute associated with the specified node.
$$ATTRIB^MXMLDOM(handle,node[,attrib])
handle: |
(required) The value (integer) returned by the $$EN^MXMLDOM API, which created the in-memory document image. |
node: |
(required) The node (integer) whose attribute name is being retrieved. |
attrib: |
(optional) The name (string) of the last attribute retrieved by this call. If NULL or missing, the first attribute associated with the specified node is returned. Otherwise, the next attribute in the list is returned. |
returns: |
Returns:
|