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

Back to Xml Class Summary

Xml::LoadXmlFile

Loads an XML document from a file 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 LoadXmlFile(ByVal String fileName) As Boolean

[C#]
public bool LoadXmlFile(string fileName);

[C++]
public bool LoadXmlFile(String *fileName);

[JScript]
public function LoadXmlFile(String fileName) : Boolean
 
  Parameters  
   
fileName
Filename of an XML document.
 

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