haxe.rtti.XmlParser

Hej all,

I don’t know, maybe I’m using rtti in wrong way but I wonder why XmlParser dont have its xclassfield(), xenum() and all others in public. This way we could simply parse a node that interests us. For example, if I want to have infos about a class field, I could pass the node with the class field name in the xclassfield() function and get what I want without parsing all the class data ?
Or maybe add a hfieldsand hstatics, string maps for ClassField type so we could quickly target by field name without iterating in the fields array ?