.NET Components
Chilkat .NET Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character Encoding Conversion

Back to Xml Class Summary

Xml::GetChild

Returns the Nth child of an XML node

  Declarations  
    [Visual Basic]
Public Function GetChild(ByVal Integer index) As Xml

[C#]
public Xml GetChild(int index);

[C++]
public Xml *GetChild(int index);

[JScript]
public function GetChild(int index) : Xml
 
  Parameters  
   
index
The index of the child to return. The first child is at index 0.
 

Copyright 2002, Chilkat Software, Inc. All Rights Reserved.