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

Back to Xml Class Summary

Xml::LastChild

Returns the last Xml child node. A node's children can be enumerated by calling LastChild and then repeatedly calling PreviousSibling, until a NULL is returned.

  Declarations  
    [Visual Basic]
Public Function LastChild() As Xml

[C#]
public Xml LastChild();

[C++]
public Xml *LastChild();

[JScript]
public function LastChild() : Xml
 
  Parameters  
   
 

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