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

Back to Xml Class Summary

Xml::SwapNode

Swaps another node's tag, content, and attributes with this one.

  Declarations  
    [Visual Basic]
Public Function SwapNode(Xml xmlNode) As Boolean

[C#]
public bool SwapNode(Xml xmlNode);

[C++]
public bool SwapNode(Xml *xmlNode);

[JScript]
public function SwapNode(Xml xmlNode) : Boolean
 
  Parameters  
   
xmlNode
Node to swap
 

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