IsXMLRoot
Determines whether the function parameter is a root element node of an XML doc.
Method Signature
Arguments
Argument
Type
Required
Description
Default
value
any
true
Value to test
Examples
"boxlangengines" is root element
Result: YES
"engine" is child of "boxlangengines"
Result: NO
Additional Examples
Related
Last updated
Was this helpful?