Discuss this help topic in SecureBlackbox Forum

TElXMLDOMNode.LocalName

TElXMLDOMNode     See also     


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


This property gets the local name of the node.

Declaration

[C#]
    string LocalName;

[VB.NET]
    Property LocalName As String

[Pascal]
    property LocalName : WideString;

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

[PHP]
    string get_LocalName()

[Java]
    String getLocalName();

Description

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

See also:     NodeName     Prefix    

Discuss this help topic in SecureBlackbox Forum