Xml.XMLDoc.TXMLNodeList.DefaultNamespaceURI

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultNamespaceURI: DOMString read FDefaultNamespaceURI;

C++

__property System::UnicodeString DefaultNamespaceURI = {read=FDefaultNamespaceURI};

Properties

Type Visibility Source Unit Parent
property protected
Xml.XMLDoc.pas
Xml.XMLDoc.hpp
Xml.XMLDoc TXMLNodeList

Description

Identifies the default Namespace for the nodes in this collection.

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.

See Also