Exists (XmlAttributeList function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Automatically generated page update)
 
(No difference)

Latest revision as of 22:26, 16 November 2015

Check if an attribute is in this list (XmlAttributeList class)


This page is under construction.

Syntax

%boolean = xmlAttributeList:Exists( attribute, [Namespace= unicode])

Syntax terms

%booleanBoolean value
xmlAttributeList XmlAttributeList object
attribute Unicode
Namespace Unicode
This default value of this argument is ??.

Usage notes

Examples

See also