Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.RemoveAttributeNS

TElXMLSOAPCustomParameter     See also     


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


Removes the specified attribute.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure RemoveAttributeNS(const ANSURI, AName : XMLString);

[C++]
    void RemoveAttributeNS(const sb_u16string &ANSURI, const sb_u16string &AName);
    void RemoveAttributeNS(const std::wstring &ANSURI, const std::wstring &AName);

[PHP]
    void RemoveAttributeNS(string $ANSURI, string $AName)

[Java]
    not available

Parameters

  • ANSURI - the namespace URI.
  • AName - the attribute name.

Description

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

See also:     RemoveAttribute    

Discuss this help topic in SecureBlackbox Forum