Method LoadXml
- Namespace
- SharpVectors.Dom.Css
- Assembly
- SharpVectors.Css.dll
LoadXml(string)
Loads the XML document from the specified string.
public override void LoadXml(string xml)
Parameters
xml
stringString containing the XML document to load.
Exceptions
- XmlException
There is a load or parse error in the XML. In this case, the document remains empty.