Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.Prefix

TElXMLDOMNode     See also     


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


This property gets the namespace prefix of this node.

Declaration

[C#]
    string Prefix;

[VB.NET]
    Property Prefix As String

[Pascal]
    property Prefix : WideString;

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

[PHP]
    string get_Prefix()

[Java]
    String getPrefix();

Description

    Use this property to get the namespace prefix of the node's name. To set the value, use NodeName property.

See also:     LocalName     NodeName    

Discuss this help topic in SecureBlackbox Forum