CoreXml
| Kind of class: | class |
|---|---|
| Inherits from: | XML |
| Implements: | |
| Known subclasses: | |
| Version: | 12/20/06 |
| Author: | Aaron Clinger |
| Classpath: | org.casaframework.xml.CoreXml |
| File last modified: | Wednesday, 24 January 2007, 21:45:40 |
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 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/removing object instance.Specified by: