An array of data that describes the MXML attributes
and tags in an MXML document. This data is usually
decoded by an MXMLDataInterpreter
Implementation public function get MXMLDescriptor():Array
Method Detail
generateMXMLAttributes
()
method
public function generateMXMLAttributes(data:Array):void
Language Version :
ActionScript 3.0
Product Version :
FlexJS 0.0
Runtime Versions :
Flash Player 10.2, AIR 2.6
An method called by the compiler's generated
code to kick off the setting of MXML attribute
values and instantiation of child tags.
The call has to be made in the generated code
in order to ensure that the constructors have
completed first.
Parameters
data:Array — The encoded data representing the
MXML attributes.
setMXMLDescriptor
()
method
public function setMXMLDescriptor(document:Object, value:Array):void