RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IXMLDocument.ChildNodes Property

Lists all of the child nodes of the document.

Pascal
property ChildNodes: IXMLNodeList;
C++
__property IXMLNodeList ChildNodes;

Use ChildNodes to access all of the nodes that are children of the document object. In addition to DocumentElement, which is the root of the data hierarchy, ChildNodes can include nodes for comments, processing instructions, and so on. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!