namespaceURI Property (IXMLDOMNode) (Windows Embedded CE 6.0)

1/6/2010

Returns the Uniform Resource Identifier (URI) for the namespace.

Script Syntax

            strValue = oXMLDOMNode.namespaceURI;

Remarks

Ee502686.collapse(en-US,WinEmbedded.60).gifScript Parameters

None.

Ee502686.collapse(en-US,WinEmbedded.60).gifScript Return Value

Ee502686.collapse(en-US,WinEmbedded.60).gifC/C++ Syntax

HRESULT get_namespaceURI(
  BSTR* namespaceURI
);

Remarks

Ee502686.collapse(en-US,WinEmbedded.60).gifC/C++ Parameters

  • namespaceURI
    [out, retval] URI for the namespace. This refers to the "uuu" portion of the namespace declaration xmlns:nnn="uuu".

Ee502686.collapse(en-US,WinEmbedded.60).gifC/C++ Return Values

  • S_OK
    Value returned if successful.
  • S_FALSE
    Value returned when there is no namespace.
  • E_INVALIDARG
    Value returned if namespaceURI is Null.

Ee502686.collapse(en-US,WinEmbedded.60).gifRequirements

Header msxml2.h, msxml2.idl
Windows Embedded CE Windows CE .NET 4.0 and later

General Remarks

Returns the URI for the namespace. This refers to the "uuu" portion of the namespace declaration xmlns:nnn="uuu".

This member is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).

This property is read-only, and applies to the following objects and interfaces:

DOMDocument, IXMLDOMAttribute, IXMLDOMCDATASection, IXMLDOMCharacterData, IXMLDOMComment, IXMLDOMDocumentFragment, IXMLDOMDocumentType, IXMLDOMElement, IXMLDOMEntity, IXMLDOMEntityReference, IXMLDOMNode, IXMLDOMNotation, IXMLDOMProcessingInstruction, IXMLDOMText, and IXTLRuntime

See Also

Reference

XML DOM Properties