RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TXMLDocument.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.

Note: ChildNodes is not available unless the XML document is Active.
 

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