Mono Class Library: System.Xml.XmlDocument Overview | Members

System.Xml.XmlDocument.LoadXml Method

Loads the argument as raw XML string. [Edit]

public virtual void LoadXml (string xml)

Parameters

xml
raw XML markup string. [Edit]

Remarks

Loads the argument string as raw XML string. It internally creates an System.Xml.XmlReader instance and invokes XmlDocument.Load(XmlReader).

Note that there is no corresponding interface member in any of W3C Document Object Model specifications.

[Edit]

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0