Xml.XMLIntf.IXMLDocument.Node

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Node: IXMLNode read GetDocumentNode;

C++

__property _di_IXMLNode Node = {read=GetDocumentNode};

Properties

Type Visibility Source Unit Parent
property public
Xml.XMLIntf.pas
Xml.XMLIntf.hpp
Xml.XMLIntf IXMLDocument

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.

See Also