Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.SetAttributeNode

TElXMLDOMelement     See also     


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


Sets the attribute node by name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function SetAttributeNode(aNewAttr : TElXMLDOMAttr) : TElXMLDOMAttr;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aNewAttr - The atrtibute to set.

Description

    Use this method to set an attribute of the node. Previous value is searched by name. If the node is found, it is replaced with NewAttr and returned. If no node is found, NewAttr is added to the list and null/nil/Nothing is returned.

See also:     GetAttributeNode    

Discuss this help topic in SecureBlackbox Forum