Available on python
staticXML(text:String, ?parser:XMLParser):Element
staticparse(xml:String):ElementTree
@:value({ namespaces : null })find(match:String, ?namespaces:Dict<String, String>):Null<Element>
getroot():Element
iter(tag:String):NativeIterable<Element>