Discuss this help topic in SecureBlackbox Forum

TElXMLTransform.GetDefaultTransformAlgorithmURI

TElXMLTransform     See also     


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


Specifies the default transform algorithm URI.

Declaration

[C#]
    static string GetDefaultTransformAlgorithmURI();

[VB.NET]
    Shared Function GetDefaultTransformAlgorithmURI() As String

[Pascal]
    class function GetDefaultTransformAlgorithmURI : WideString; virtual;

[C++]
    static void GetDefaultTransformAlgorithmURI(sb_u16string &OutResult);
    static void GetDefaultTransformAlgorithmURI(std::wstring &OutResult);

[PHP]
    string GetDefaultTransformAlgorithmURI()

[Java]
    static String getDefaultTransformAlgorithmURI(TElXMLTransform> this);

Parameters

Return value

    Returns the URI of the default transform algorithm.

Description

    Use this static method to retrieve the URI of the default transform algorithm for the current transform.

See also:     IsTransformAlgorithmSupported     TransformAlgorithmURI    

Discuss this help topic in SecureBlackbox Forum