| Package | sv.reflection |
| Class | public class Attribute |
| Subclasses | BindableAttribute, EffectAttribute, EventAttribute, StyleAttribute |
| Property | Defined by | ||
|---|---|---|---|
| alias : String [read-only]
[abstract]
| Attribute | ||
| arguments : Array [read-only]
| Attribute | ||
| usage : int [read-only]
[abstract]
| Attribute | ||
| Property | Defined by | ||
|---|---|---|---|
| defaultProperty : String = "null" | Attribute | ||
| source : XML | Attribute | ||
| Method | Defined by | ||
|---|---|---|---|
|
Attribute(source:XML)
| Attribute | ||
|
getEntry(key:String):AttributeEntry
| Attribute | ||
|
getEntryValue(key:String):String
| Attribute | ||
| alias | property |
alias:String [read-only][abstract]
Implementation public function get alias():String
| arguments | property |
arguments:Array [read-only]Implementation
public function get arguments():Array
| defaultProperty | property |
protected var defaultProperty:String = "null"
| source | property |
protected var source:XML
| usage | property |
usage:int [read-only][abstract]
Implementation public function get usage():int
| Attribute | () | constructor |
public function Attribute(source:XML)Parameters
source:XML |
| getEntry | () | method |
public final function getEntry(key:String):AttributeEntryParameters
key:String |
AttributeEntry |
| getEntryValue | () | method |
public final function getEntryValue(key:String):StringParameters
key:String |
String |