| Package | org.spicefactory.lib.reflect.provider | 
| Class | public class XmlClassInfoProvider | 
| Inheritance | XmlClassInfoProvider    Object | 
| Implements | ClassInfoProvider | 
| Property | Defined By | ||
|---|---|---|---|
| instanceInfo : Object [read-only] 
	 
	 The reflection information about the instance.  | XmlClassInfoProvider | ||
| staticInfo : Object [read-only] 
	 
	 The information about static properties and methods.  | XmlClassInfoProvider | ||
| Method | Defined By | ||
|---|---|---|---|
XmlClassInfoProvider(type:Class) 
	 Creates a new instance.  | XmlClassInfoProvider | ||
| instanceInfo | property | 
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.
	 
    public function get instanceInfo():Object| staticInfo | property | 
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.
	 
    public function get staticInfo():Object| XmlClassInfoProvider | () | Constructor | 
public function XmlClassInfoProvider(type:Class)Creates a new instance.
Parameterstype:Class — the type to reflect upon
	  |