XmlDocument.Load Method
.NET Framework 2.0
Loads the specified XML data.
| Name | Description |
|---|---|
| XmlDocument.Load (Stream) | Loads the XML document from the specified stream. Supported by the .NET Compact Framework. |
| XmlDocument.Load (String) | Loads the XML document from the specified URL. Supported by the .NET Compact Framework. |
| XmlDocument.Load (TextReader) | Loads the XML document from the specified TextReader. Supported by the .NET Compact Framework. |
| XmlDocument.Load (XmlReader) | Loads the XML document from the specified XmlReader. Supported by the .NET Compact Framework. |