Packagesv.reflection
Classpublic class Attribute
SubclassesBindableAttribute, EffectAttribute, EventAttribute, StyleAttribute



Public Properties
 PropertyDefined by
  alias : String
[read-only] [abstract]
Attribute
  arguments : Array
[read-only]
Attribute
  usage : int
[read-only] [abstract]
Attribute
Protected Properties
 PropertyDefined by
  defaultProperty : String = "null"
Attribute
  source : XML
Attribute
Public Methods
 MethodDefined by
  
Attribute(source:XML)
Attribute
  
getEntry(key:String):AttributeEntry
Attribute
  
getEntryValue(key:String):String
Attribute
Property detail
aliasproperty
alias:String  [read-only]

[abstract]

Implementation
    public function get alias():String
argumentsproperty 
arguments:Array  [read-only]

Implementation
    public function get arguments():Array
defaultPropertyproperty 
protected var defaultProperty:String = "null"
sourceproperty 
protected var source:XML
usageproperty 
usage:int  [read-only]

[abstract]

Implementation
    public function get usage():int
Constructor detail
Attribute()constructor
public function Attribute(source:XML)

Parameters
source:XML
Method detail
getEntry()method
public final function getEntry(key:String):AttributeEntry

Parameters
key:String

Returns
AttributeEntry
getEntryValue()method 
public final function getEntryValue(key:String):String

Parameters
key:String

Returns
String