Packagecom.gestureworks.cml.core
Classpublic class CML_CORE
InheritanceCML_CORE Inheritance Object
Subclasses CMLParser

The CML_CORE class is the registry file for classes that are capable of being load by the CML Parser.

You can register your own class for CML loading by placing your class file in either no package, or one of the following packages:

You can then use the following import syntax to register your class:

com.gestureworks.cml.element.CustomClass; CustomClass;

See also

com.gestureworks.cml.core.CML_AIR


Protected Properties
 PropertyDefined By
  CML_CORE_PACKAGES : Array
[static]
CML_CORE
Property Detail
CML_CORE_PACKAGESproperty
protected static var CML_CORE_PACKAGES:Array