DOMElement.HasAttribute
Syntax variant: By name
Syntax:
Parameters:
<Name> (required)
An attribute name.
Syntax variant: By local name and namespace URI
Syntax:
Parameters:
<NamespaceURI> (required)
Namespace URI.
<LocalName> (required)
An attribute local name.
Description of method variant:
Returned value:
True, if the attribute with the specified name explicitly exists in the element or has a default value; False - otherwise.
Description:
Availability: