mxCodecDecode Method |
| Name | Description | |
|---|---|---|
| Decode(XmlNode) |
Decodes the given XML node using decode(XmlNode, Object).
| |
| Decode(XmlNode, Object) |
Decodes the given XML node. The optional "into" argument specifies an
existing object to be used. If no object is given, then a new
instance is created using the constructor from the codec.
The function returns the passed in object or the new instance if no
object was given.
|