Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.GetElementsByTagNameNS

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 GetElementsByTagNameNS(aNSURI : XMLString; aName : WideString) : TElXMLDOMNodeList;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aNSURI - A namespace URI of the attribute(s) to get.
  • aName - A name of the attributes(s) to get.

Description

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

    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     GetElementsByTagName    

Discuss this help topic in SecureBlackbox Forum