Click to return to the XML (Extensible Markup Language) home page    
XMLDOMNode lastChild Prop...     XMLDOMNode nextSibling Pr...     XMLDOMNode Object    
Web Workshop  |  XML (Extensible Markup Language)

namespaceURI Property


Returns the URI for the namespace.

Syntax

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.

Applies To

[ Object Name ]
PlatformVersion
Win16:
Win32:
Mac:
Unix:
WinCE:
XMLDOMAttribute, XMLDOMCDATASection, XMLDOMCharacterData, XMLDOMComment, XMLDOMDocument, XMLDOMDocumentFragment, XMLDOMDocumentType, XMLDOMElement, XMLDOMEntity, XMLDOMEntityReference, XMLDOMNode, XMLDOMNotation, XMLDOMProcessingInstruction, XMLDOMText, XTLRuntime


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.