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

Back to Xml Class Summary

Xml::PreviousSibling

Returns the Xml object that is the node's previous sibling, or NULL if there are no more.

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

[C#]
public Xml PreviousSibling();

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

[JScript]
public function PreviousSibling() : Xml
 
  Parameters  
   
 

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