Chilkat .NET
Components for Email, Zip Compression, Encryption, XML, S/MIME, and Character
Encoding Conversion
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 | ||
|
Copyright 2002, Chilkat Software, Inc. All Rights Reserved.