Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
count : uint count - required
| DaeAccessor | ||
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
![]() | name : String | DaeEntity | |
offset : uint offset - optional - default 0
| DaeAccessor | ||
params : Object params - optional - 0 or more
| DaeAccessor | ||
![]() | sid : String | DaeEntity | |
source : String source - required
| DaeAccessor | ||
stride : uint stride - optional - default 1
| DaeAccessor |
Method | Defined by | ||
---|---|---|---|
DaeAccessor(node:XML = null)
| DaeAccessor | ||
![]() |
getAttribute(node:XML, name:String, stripPound:Boolean = true):String
| DaeEntity | |
![]() |
getAttributeAsFloat(node:XML, name:String, defaultValue:Number = 0):Number
| DaeEntity | |
![]() |
getAttributeAsInt(node:XML, name:String, defaultValue:int = 0):int
| DaeEntity | |
![]() |
getBools(node:XML):Array
| DaeEntity | |
![]() |
getFloats(node:XML):Array
| DaeEntity | |
![]() |
getInts(node:XML):Array
| DaeEntity | |
![]() |
getNode(parent:XML, nodeName:String):XML
| DaeEntity | |
![]() |
getNodeById(parent:XML, nodeName:String, id:String):XML
| DaeEntity | |
![]() |
getNodeContent(parent:XML):String
| DaeEntity | |
![]() |
getNodeList(parent:XML, nodeName:String):XMLList
| DaeEntity | |
![]() |
getStrings(node:XML):Array
| DaeEntity | |
read(node:XML):void
| DaeAccessor | ||
![]() |
write(indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
count | property |
public var count:uint
count - required
offset | property |
public var offset:uint
offset - optional - default 0
params | property |
public var params:Object
params - optional - 0 or more
source | property |
public var source:String
source - required
stride | property |
public var stride:uint
stride - optional - default 1
DaeAccessor | () | constructor |
public function DaeAccessor(node:XML = null)
Parameters
node:XML (default = null )
|
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |