Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.HasAttributeNS

TElXMLDOMelement     See also     


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


Tells whether the node has an attribute with given name and namespace URI

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function HasAttributeNS(aNSURI, aName : WideString) : boolean;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aNSURI - A namespace URI of the attribute to check.
  • aName - A local name of the attribute to check.

Description

    Use this method to check whether the attribute with specified local name and namespace URI exists.

See also:     HasAttribute    

Discuss this help topic in SecureBlackbox Forum