Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.RemoveAttributeNode

TElXMLDOMelement     See also     


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


Removes the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function RemoveAttributeNode(aOldAttr : TElXMLDOMAttr) : TElXMLDOMAttr;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • aOldAttr - An attribute node to remove.

Description

    Use this method to remove an attribute. The function returns the removed attribute node.

See also:     RemoveAttribute     RemoveAttributeNS    

Discuss this help topic in SecureBlackbox Forum