mxCodec Constructor |
| Name | Description | |
|---|---|---|
| mxCodec |
Constructs an XML encoder/decoder with a new owner document.
| |
| mxCodec(XmlDocument) |
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.
|