Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.SetAttributeNS

TElXMLDOMelement     See also     


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


Sets the value of the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SetAttributeNS(aNSURI, aName, aValue : WideString);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aNSURI - A namespace URI of the attribute to set.
  • aName - A local name of the attribute to set.
  • aValue - A value of the attribute to set.

Description

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

See also:     GetAttributeNS    

Discuss this help topic in SecureBlackbox Forum