Click or drag to resize

mxUtilsLoadDocument Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a new DOM document for the given URI.

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

Parameters

uri
Type: SystemString
URI to parse into the document.

Return Value

Type: XmlDocument
Returns a new DOM document for the given URI.
See Also