Packageorg.spicefactory.lib.reflect.provider
Classpublic class XmlClassInfoProvider
InheritanceXmlClassInfoProvider Inheritance Object
Implements ClassInfoProvider

ClassInfoProvider that uses the old XML-based describeType function for reflection.



Public Properties
 PropertyDefined By
  instanceInfo : Object
[read-only] The reflection information about the instance.
XmlClassInfoProvider
  staticInfo : Object
[read-only] The information about static properties and methods.
XmlClassInfoProvider
Public Methods
 MethodDefined By
  
Creates a new instance.
XmlClassInfoProvider
Property Detail
instanceInfoproperty
instanceInfo:Object  [read-only]

The reflection information about the instance. The format of the untyped object is identical with the format used in describeTypeJSON in Flash Player 10.1 or newer.


Implementation
    public function get instanceInfo():Object
staticInfoproperty 
staticInfo:Object  [read-only]

The information about static properties and methods. The format of the untyped object is identical with the format used in describeTypeJSON in Flash Player 10.1 or newer.


Implementation
    public function get staticInfo():Object
Constructor Detail
XmlClassInfoProvider()Constructor
public function XmlClassInfoProvider(type:Class)

Creates a new instance.

Parameters
type:Class — the type to reflect upon