RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLNode.NamespaceURI Property

Identifies the URI for the namespace used in the qualified node name.

Pascal
property NamespaceURI: DOMString;
C++
__property DOMString NamespaceURI;

NamespaceURI is the URI for the namespace that should be used to interpret the node's name. 

Only element and attribute nodes can have a namespace URI value. For any other node type, NamespaceURI is an empty string.  

The namespace URI is only available if it is explicitly assigned when the node is created. By default, IXMLNode does not assign namespaces to the new nodes it creates. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!