Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.GetElementsByTagName

TElXMLDOMelement     See also     


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


Returns the list of attributes with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GetElementsByTagName(aName : WideString) : TElXMLDOMNodeList;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aName - A name of the attributes(s) to get.

Description

    Use this method to get a list of attributes with the given attribute name.

    Note, that the new object is created and returned, so you must dispose of the object when it is not needed anymore.

See also:     GetAttirbute     GetElementsByTagNameNS    

Discuss this help topic in SecureBlackbox Forum