XmlDocument::Load Method
.NET Framework (current version)
Loads the specified XML data from a Stream, a URL, a TextReader, or an XmlReader.
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | Load(Stream^) | Loads the XML document from the specified stream. |
![]() | Load(String^) | Loads the XML document from the specified URL. |
![]() | Load(TextReader^) | Loads the XML document from the specified TextReader. |
![]() | Load(XmlReader^) | Loads the XML document from the specified XmlReader. |
Show:
