Xml.XMLDoc.TXMLNodeCollection.ItemNS
Delphi
property ItemNS: DOMString read FItemNS write FItemNS;
C++
__property System::UnicodeString ItemNS = {read=FItemNS, write=FItemNS};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNodeCollection |
Description
Indicates the default namespace URI for the tag names of repeating child elements.
Applications can't use this protected property. It is used internally to identify the namespace used to interpret tag names on members of this node collection.