RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLNodeList.DefaultNamespaceURI Property

Identifies the default Namespace for the nodes in this collection.

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

Read DefaultNamespaceURI to determine the namespace that is used by default when locating nodes in the list. The IndexOf, FindNode, and Delete methods all use this namespace when trying to match the name of a node if a namespace is not explicitly supplied. 

The value of DefaultNamespaceURI is set by the TXMLNodeList constructor. 

 

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