Click or drag to resize

mxCodec Constructor (XmlDocument)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Constructs an XML encoder/decoder for the specified owner document. The document is required to resolve forward ID references. This means if you parse a graphmodel that is represented in XML you must also pass the document that contains the XML to the constructor, otherwise forward references will not be resolved.

Namespace:  imbSCI.Graph.MXGraph.io
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public mxCodec(
	XmlDocument document
)
Request Example View Source

Parameters

document
Type: System.XmlXmlDocument
Optional XML document that contains the data. If no document is specified then a new document is created using mxUtils.createDocument
See Also