Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The SimpleXMLEncoder class takes ActionScript Objects and encodes them to XML
using default serialization.
public function SimpleXMLEncoder(myXML:XMLDocument)
Constructor.
Parameters | myXML:XMLDocument — The XML object.
|
public function encodeValue(obj:Object, qname:QName, parentNode:XMLNode):XMLNode
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Encodes an ActionScript object to XML using default serialization.
Parameters
| obj:Object — The ActionScript object to encode.
|
|
| qname:QName — The qualified name of the child node.
|
|
| parentNode:XMLNode — An XMLNode under which to put the encoded
value.
|
Returns | XMLNode — The XMLNode object.
|
Wed Nov 15 2017, 09:50 AM +01:00