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

DELETE^MXMLDOM(): XML—Delete Document Instance

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

Description

The DELETE^MXMLDOM API deletes the specified document instance. A client application should always call this API when finished with a document instance.

Format

  DELETE^MXMLDOM(handle)

Input Parameters

handle:

(required) The value (integer) returned by the $$EN^MXMLDOM API, which created the in-memory document image.

Output

none.