Discuss this help topic in SecureBlackbox Forum

TElXMLDOMelement.RemoveAttributeNS

TElXMLDOMelement     See also     


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


Removes the attribute with given name and namespace URI.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure RemoveAttributeNS(aNSURI : XMLString; aName : WideString);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

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

Description

    Use this method to remove an attribute with the given attribute name and namespace URI.

See also:     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum