Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.GetAttributeNS

TElXMLDOMelement     See also     


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


Returns the value of the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GetAttributeNS(aNSURI, aName : WideString) : XMLString;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

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

Description

    Use this method to get an attribute value of the node using the given attribute local name and namespace URI.

See also:     GetAttributeNode     GetAttributeNodeNS    

Discuss this help topic in SecureBlackbox Forum