Click or drag to resize

mxUtilsCreateDocument Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns a new, empty DOM document. External entities and DTDs are ignored.

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

Return Value

Type: XmlDocument
Returns a new DOM document.
See Also