.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::RemoveAttribute

Removes an attribute by name from and XML node.

  Declarations  
    [Visual Basic]
Public Function RemoveAttribute(ByVal String attributeName) As Boolean

[C#]
public bool RemoveAttribute(string attributeName);

[C++]
public bool RemoveAttribute(String *attributeName);

[JScript]
public function RemoveAttribute(String attributeName) : Boolean
 
  Parameters  
   
attributeName
The attribute having this name will be removed.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.