Packageedu.stanford.covertlab.util
Classpublic class AS2MXML

Generates an MXML representation of an actionscript object. Also contains a function for parsing MXML to an actionscript object. Used by network manager to generate MXML representation of network for compilation with viewer.

See also

edu.stanford.covertlab.networkanalyzer.manager.NetworkManager
edu.stanford.covertlab.networkanalyzer.Viewer


Public Methods
 MethodDefined by
  
array2mxml(arr:Array, depth:uint = 0):String
[static]
AS2MXML
  
as2mxml(object:Object):String
[static]
AS2MXML
  
mxml2as(str:String):Object
[static]
AS2MXML
Method detail
array2mxml()method
public static function array2mxml(arr:Array, depth:uint = 0):StringParameters
arr:Array
 
depth:uint (default = 0)

Returns
String
as2mxml()method 
public static function as2mxml(object:Object):StringParameters
object:Object

Returns
String
mxml2as()method 
public static function mxml2as(str:String):ObjectParameters
str:String

Returns
Object