Overload | Description |
---|---|
LoadXml(String,Uri) | Loads the document from an XML string. |
LoadXml(Stream,Uri) | Loads the document from the specified stream in XML format. The System.IO.Stream containing the XML document to load. Path to resolve pictures, video, links, and so on. |
LoadXml(String) | Loads the document from the specified file in XML format. |