Click or drag to resize

mxUtilsParseXml Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a document that represents the given XML string.

Namespace:  imbSCI.Graph.MXGraph.utils
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public static XmlDocument ParseXml(
	string xml
)
Request Example View Source

Parameters

xml
Type: SystemString
String that contains the XML markup.

Return Value

Type: XmlDocument
Returns an XML document.
See Also