Skip to content

Latest commit

 

History

History
57 lines (45 loc) · 1.53 KB

File metadata and controls

57 lines (45 loc) · 1.53 KB

Function: IsXMLNode

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

Method Signature

IsXMLNode(value=[any])

Arguments

Argument Type Required Description Default
value any true Value to test

Examples

Related