Discuss this help topic in SecureBlackbox Forum

TElXMLSOAPCustomParameter.GetAttributeNS

TElXMLSOAPCustomParameter     See also     


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


Returns the value of the attribute with given name.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    function GetAttributeNS(const ANSURI, AName : XMLString) : XMLString;

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

[PHP]
    string GetAttributeNS(string $ANSURI, string $AName)

[Java]
    not available

Parameters

  • ANSURI - a namespace URI of the attribute to get.
  • AName - a local name of the attribute to get.

Return value

Returns the value of the requested attribute.

Description

Use this method to get an attribute value of the node using the given attribute local name and namespace URI.

See also:     GetAttribute     SetAttributeNS    

Discuss this help topic in SecureBlackbox Forum