Microsoft XML 2.5 SDK


 

IXMLDOMNode::get_namespaceURI Method

[This is preliminary documentation and subject to change.]

Returns the URI for the namespace.

Visual Basic Syntax

strValue = oXMLDOMNode.namespaceURI

C/C++ Syntax

HRESULT get_namespaceURI(

    BSTR *namespaceURI);

Parameters

namespaceURI

[out]
URI (universal resource identifier) for the namespace. This refers to the "uuu" portion of the namespace declaration xmlns:nnn="uuu".

C/C++ Return Values

S_OK

Value returned if successful.

S_FALSE

Value when returning null.

E_INVALIDARG

Value returned if nameSpaceURI is null.

Remarks

This member is an extension of the W3C DOM.