Microsoft XML SDK 2.6 - XML Reference

namespaceURI Property (XMLDOMNode)

Returns the URI for the namespace.

strValue = oXMLDOMNode.namespaceURI

Remarks

String. The property is read-only. Returns the URI (universal resource identifier) for the namespace. This refers to the "uuu" portion of the namespace declaration xmlns:nnn="uuu".

This member is an extension of the W3C DOM.

See Also

Applies To: XMLDOMAttribute Object | XMLDOMCDATASection Object | XMLDOMCharacterData Object | XMLDOMComment Object | DOMDocument Object | XMLDOMDocumentFragment Object | XMLDOMDocumentType Object | XMLDOMElement Object | XMLDOMEntity Object | XMLDOMEntityReference Object | XMLDOMNode Object | XMLDOMNotation Object | XMLDOMProcessingInstruction Object | XMLDOMText Object | XTLRuntime Object