Discuss this help topic in SecureBlackbox Forum

TElXMLNamespaceMap.RemoveNamespace

TElXMLNamespaceMap     See also     


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


Removes a namespace from the map.

Declaration

[C#]
    void RemoveNamespace(string Prefix);

[VB.NET]
    Sub RemoveNamespace(ByVal Prefix As String)

[Pascal]
    procedure RemoveNamespace(const Prefix : WideString);

[C++]
    void RemoveNamespace(const sb_u16string &Prefix);
    void RemoveNamespace(const std::wstring &Prefix);

[PHP]
    void RemoveNamespace(string $Prefix)

[Java]
    void removeNamespace(String Prefix);

Parameters

  • Prefix - Prefix of the namespace to be removed.

Description

    Use this function to remove a namespace with a given prefix from the map.

See also:     Prefix     AddNamespace    

Discuss this help topic in SecureBlackbox Forum