Property | Defined by | ||
---|---|---|---|
![]() | asset : DaeAsset
| DaeEntity | |
![]() | async : Boolean | DaeEntity | |
author : String | DaeContributor | ||
authoring_tool : String | DaeContributor | ||
comment : String | DaeContributor | ||
![]() | extras : Object | DaeEntity | |
![]() | id : String | DaeEntity | |
![]() | name : String | DaeEntity | |
![]() | sid : String | DaeEntity | |
source_data : String | DaeContributor |
Method | Defined by | ||
---|---|---|---|
DaeContributor(node:XML = null)
| DaeContributor | ||
![]() |
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
| DaeContributor | ||
write(indent:String = ""):String
| DaeContributor | ||
![]() |
writeSimpleEndElement(nodeName:String, indent:String = ""):String
| DaeEntity | |
![]() |
writeSimpleStartElement(nodeName:String, indent:String = ""):String
| DaeEntity |
author | property |
public var author:String
authoring_tool | property |
public var authoring_tool:String
comment | property |
public var comment:String
source_data | property |
public var source_data:String
DaeContributor | () | constructor |
public function DaeContributor(node:XML = null)
Parameters
node:XML (default = null )
|
read | () | method |
public override function read(node:XML):void
Parameters
node:XML |
write | () | method |
public override function write(indent:String = ""):String
Parameters
indent:String (default = " ")
|
String |