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

Back to Xml Class Summary

Xml::ZipTree

Zip compresses the content and entire subtree rooted at the calling XML node and replaces the current content with base64-encoded Zip compressed data. The node and subtree can be restored by calling UnzipTree. Note that the node name and attributes are unaffected.

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

[C#]
public bool ZipTree();

[C++]
public bool ZipTree();

[JScript]
public function ZipTree() : Boolean
 
  Parameters  
   
 

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