Xml.XMLIntf.IXMLNode.NamespaceURI
Delphi
property NamespaceURI: DOMString read GetNameSpaceURI;
C++
__property System::UnicodeString NamespaceURI = {read=GetNamespaceURI};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Xml.XMLIntf.pas Xml.XMLIntf.hpp |
Xml.XMLIntf | IXMLNode |
Description
Identifies the URI for the namespace used in the qualified node name.
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.