CoreXml
| Kind of class: | class |
|---|---|
| Inherits from: | XML |
| Implements: | |
| Known subclasses: | |
| Version: | 01/25/07 |
| Author: | Aaron Clinger |
| Classpath: | org.casaframework.xml.CoreXml |
| File last modified: | Sunday, 19 August 2007, 13:43:33 |
Core XML class that includes org.casaframework.core.CoreInterface and defaults
ignoreWhite to true. All other XML classes should inherent from here.Constructor
CoreXml
function CoreXml (text:String)
Parameters:
text:
The XML text parsed to create the new XML object.
Instance methods
destroy
function destroy () : Void
Removes any internal variables, intervals, enter frames, internal MovieClips and event observers to allow the object to be garbage collected.
Always call
#Always call
destroy() before deleting last object pointer.Specified by: