Skip to content

Latest commit

 

History

History
59 lines (46 loc) · 1.65 KB

File metadata and controls

59 lines (46 loc) · 1.65 KB

Function: IsXmlAttribute

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

Will return false for values refernced through the XMLAttributes struct. Useful for the results of XMLSearch()

Method Signature

IsXmlAttribute(value=[any])

Arguments

Argument Type Required Description Default
value any true Value to test

Examples

Related