| Package | edu.stanford.covertlab.util |
| Class | public class AS2MXML |
See also
| Method | Defined by | ||
|---|---|---|---|
|
array2mxml(arr:Array, depth:uint = 0):String
[static]
| AS2MXML | ||
|
as2mxml(object:Object):String
[static]
| AS2MXML | ||
|
mxml2as(str:String):Object
[static]
| AS2MXML | ||
| array2mxml | () | method |
public static function array2mxml(arr:Array, depth:uint = 0):StringParameters
arr:Array |
|
depth:uint (default = 0) |
String |
| as2mxml | () | method |
public static function as2mxml(object:Object):StringParameters
object:Object |
String |
| mxml2as | () | method |
public static function mxml2as(str:String):ObjectParameters
str:String |
Object |