localName property

Retrieves the local name of the fully qualified XML declaration for a node.

 

Syntax

HRESULT value = object.get_localName(* p);

Property values

Type: VARIANT

The local name.

The local name.

Standards information

Remarks

In XML documents, elements can be declared using qualified names, which consist of a IHTMLDOMNode3::prefix and a local name. This property returns the latter value.

For more information, see W3C Namespaces in XML.

See also

Reference

IHTMLDOMNode3::prefix

IHTMLDOMNode3::namespaceURI