xmlIsValidObjectTest the existence of a XML objectCalling Sequence
exists = xmlIsValidObject(obj)
Argumentsobja XML object or a matrix of strings containing the variables namesexistsa boolean or a matrix of booleans to indicate if the XML objects exist or notDescriptionWhen a XML document has been deleted all the attached objects are destroyed, but on the Scilab side the objects are still alive. So this function is useful to know if an object on the Scilab side is valid or not.ExamplesSee Also
XML Objects
xmlDelete
History5.4.0XML module introduced.