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

Back to Xml Class Summary

Xml::FirstChild

Returns the first child. A program can step through the children by calling FirstChild, and then NextSibling repeatedly.

  Declarations  
    [Visual Basic]
Public Function FirstChild() As Boolean

[C#]
public bool FirstChild();

[C++]
public bool FirstChild();

[JScript]
public function FirstChild() : Boolean
 
  Parameters  
   
 

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