Click to return to the XML (Extensible Markup Language) home page    
IXMLDOMNode::lastChild Pr...     IXMLDOMNode::nextSibling ...     IXMLDOMNode Interface    
Web Workshop  |  XML (Extensible Markup Language)

IXMLDOMNode::get_namespaceURI Method


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.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.