CoreXml

Kind of class:class
Inherits from:XML
Implements:
Known subclasses:
Version:01/25/07
Author:Aaron Clinger
Classpath:org.casalib.xml.CoreXml
File last modified:Monday, 01 December 2008, 13:34:40
Core XML class that includes org.casalib.core.CoreInterface and defaults ignoreWhite to true. All other XML classes should inherent from here.

Summary


Constructor
Instance methods
  • destroy : Void
    • Removes any internal variables, intervals, enter frames, internal MovieClips and event observers to allow the object to be garbage collected.

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 ignoreWhite before deleting last object pointer.
#