| A | |
| advance, ReaderResult | |
| C | |
| CHECK_FUN_1_0, SamHaXeModule | |
| configfile, Options | |
| D | |
| depfile, Options | |
| description | |
| DESCRIPTION, SamHaXeModule | |
| F | |
| flash_version, ModuleHelpPars | |
| G | |
| GENCLASS_FALSE, SamHaXeModule | |
| GENCLASS_SYMBOL_AND_CLASS, SamHaXeModule | |
| GENCLASS_SYMBOL_ONLY, SamHaXeModule | |
| H | |
| hasLNode, NsFastXml | |
| help, Options | |
| HELP_FUN_1_0, SamHaXeModule | |
| I | |
| if_version, ModuleHelpPars | |
| IMPORT_FUN_1_0, SamHaXeModule | |
| INIT_MODULE, SamHaXeModule | |
| interfaces | |
| INTERFACES, SamHaXeModule | |
| L | |
| ln, XmlNN | |
| lname, NsFastXml | |
| lnode, NsFastXml | |
| lnodes, NsFastXml | |
| M | |
| modhelp, Options | |
| modlist, Options | |
| modopts, Options | |
| module | |
| msg, ModuleException | |
| N | |
| ns | |
| nsnodes, NsFastXml | |
| S | |
| supported_interface_versions, SamHaXe | |
| V | |
| value, ReaderResult | |
| version, ModuleInfo |
How many parameters has been parsed by the reader function.
advance: Int
Name of XML node checking function in module interface version 1.0.
public inline static var CHECK_FUN_1_0
Specifies the config file to use
configfile: String
Name of dependency tracking file or null if no dependency tracking requested.
depfile: String
Name of string variable of short module description.
public inline static var DESCRIPTION
Requested flash version.
flash_version: Int
Don’t generate neither symbol class nor AS3 class stub.
public inline static var GENCLASS_FALSE
Generate symbol class and AS3 class stub.
public inline static var GENCLASS_SYMBOL_AND_CLASS
Generate only symbol class.
public inline static var GENCLASS_SYMBOL_ONLY
Child node ‘has’ accessor without namespace.
public var hasLNode( default, null ) : HasLNodeAccess
Specifies if help message should be printed
help: Bool
Name of module help function in module interface version 1.0.
public inline static var HELP_FUN_1_0
Requested interface version.
if_version: String
Name of asset importing function in module interface version 1.0.
public inline static var IMPORT_FUN_1_0
Name of module initializatoon function.
public inline static var INIT_MODULE
Name of array variable of supported interface versions.
public inline static var INTERFACES
Local name
ln : String
Node name without namespace accessor.
public var lname( getLocalName, null ) : String
Child node without namespace accessor.
public var lnode( default, null ) : LNodeAccess
Child nodes without namespace accessor.
public var lnodes( default, null ) : LNodeListAccess
Stores the list of modules and the associated flash version whose detailed help message will be printed.
modhelp: Array<ModuleHelpPars>
Specifies if module list should be printed.
modlist: Bool
Options passed to import modules.
modopts: Hash<Hash<String>>
Name of module.
module: String
Module instance
var module: SamHaXeModule
Exception message.
var msg: String
Node namespace accessor.
public var ns( getNamespace, null ) : String
Namespace
ns : String
Child nodes with namespace accessor.
public var nsnodes( default, null ) : NsNodeListAccess
List of supported module interface versions.
static inline var supported_interface_versions
The value read by a reader function.
value: Dynamic
Version string of the module.
var version: String