Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.GetAttributeNode

TElXMLDOMelement     See also     


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


Returns the attribute with given name.

Declaration

[C#/Java]
    TElXMLDOMAttr GetAttributeNode(string aName);

[VB.NET]
    Function GetAttributeNode(aName As XMLString) As TElXMLDOMAttr

[Pascal]
    function GetAttributeNode(aName : WideString) : TElXMLDOMAttr;

[C++]
    not available

[PHP]
    not available

Parameters

  • aName - A name of the attribute to get.

Description

    Use this method to get an attribute with the given attribute name.

See also:     GetAttributeNodeNS    

Discuss this help topic in SecureBlackbox Forum