Xml.XMLDoc.TXMLDocument.Node
Delphi
property Node: IXMLNode read GetDocumentNode;
C++
__property Xml::Xmlintf::_di_IXMLNode Node = {read=GetDocumentNode};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLDocument |
Description
Provides access to the document node for the XML document.
Read Node to access the document node for the XML document. The document node represents information about the entire document. It may have several child nodes, which represent comments, processing instructions, and which include the DocumentElement node that acts as the root of the data hierarchy.