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: | Friday, 26 January 2007, 11:34:28 |
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: