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

Back to Xml Class Summary

Xml::LoadXml

Loads an XML document from a memory buffer and returns True if successful. The contents of the calling node are replaced with the root node of the XML document loaded.

  Declarations  
    [Visual Basic]
Public Function LoadXml(ByVal String xmlDoc) As Boolean

[C#]
public bool LoadXml(string xmlDoc);

[C++]
public bool LoadXml(String *xmlDoc);

[JScript]
public function LoadXml(String xmlDoc) : Boolean
 
  Parameters  
   
xmlDoc
An XML document contained in a string.
 

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