XML_CLOSE

Close an XML handle

Synopsis:
CALL XML_CLOSE handle TO status
status = 'xml_close( handle )
ArgumentEnumerationPurpose
handleHandle to close
statusKDB_ERROR_ENUMReturn status
>XML_CLOSE

XML_CLOSE

This function closes the parse tree opened on the given handle by XML_OPEN or XML_PARSE_BUFFER. The tree must be closed to release memory used internally by KCML to hold the parsed tree.

History
Introduced in KCML 5.03
See Also:
XML_ERROR, XML_NEXT, XML_OPEN, XML_OPTIONS, XML_PARSE_BUFFER, XML_TEXT
KCML database status codes