revXMLDeleteAllTrees

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
revXMLDeleteAllTrees
Associationsxml library
Summary

Removes all XML tree structures in memory.

Introduced2.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
revXMLDeleteAllTrees
if revXMLTrees() is not empty then revXMLDeleteAllTrees
Values
NameTypeDescription
The result

If the revXMLDeleteAllTrees command encounters an error, the result is set to an error message beginning with "xmlerr".

RelatedCommand: revXMLDeleteTree
Function: result, revXMLTrees, revXMLCreateTreeFromFile, revXMLCreateTree
Glossary: Standalone Application Settings, standalone application, XML tree, command, LiveCode custom library
Library: XML library
Securitydisk
Description

Use the revXMLDeleteAllTrees command to free up memory after you finish using the XML library.

Important: The revXMLDeleteAllTrees command is part of the XML library. To ensure that the command works in a standalone application, you must include this custom library when you create your standalone. In the Inclusions pane of the Standalone Application Settings window, make sure the "XML" checkbox is checked.

Tagstext processing