RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.Node Property

Provides access to the document node for the XML document.

Pascal
property Node: IXMLNode;
C++
__property IXMLNode Node;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!