Click or drag to resize

mxCodecDecode Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Overload List
  NameDescription
Public methodDecode(XmlNode)
Decodes the given XML node using decode(XmlNode, Object).
Public methodDecode(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.
Top
See Also