Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.54 KB

File metadata and controls

57 lines (45 loc) · 1.54 KB

Function: IsXMLRoot

Determines whether the function parameter is a root element node of an XML doc.

Method Signature

IsXMLRoot(value=[any])

Arguments

Argument Type Required Description Default
value any true Value to test

Examples

Related