Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.HasAttribute

TElXMLDOMelement     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Tells whether the node has an attribute with given name

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function HasAttribute(aName : WideString) : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aName - A name of the attribute to check.

Description

    Use this method to check whether the attribute with specified name exists.

See also:     HasAttributeNS    

Discuss this help topic in SecureBlackbox Forum