class haxe.xml.Proxy<Const, T>
Available on all platforms
This proxy can be inherited with an XML file name parameter. It will only allow access to fields which corresponds to an "id" attribute value in the XML file :
[
class MyXml extends haxe.xml.Proxy<"my.xml",MyStructure> {
}
...
var h = new haxe.ds.StringMap