haXe API Documentation
Back | Index
class tools.haxelib.Datas
Available in neko
static var DOCXML : String
static var REPOSITORY : String
static var XML : String
static var alphanum : EReg
static function fileName(lib : String, ver : String) : String
static function readData(xmldata : String, check : Bool) : XmlInfos
static function readDoc(zip : List<neko.zip.ZipEntry>) : String
static function readInfos(zip : List<neko.zip.ZipEntry>, check : Bool) : XmlInfos
static function safe(name : String) : String
static function unsafe(name : String) : String
Back | Index