API documentation
class haxe.xml.Parser
static function parse(str:String, ?strict:Bool): Xml
Parses the String into an XML Document. Set strict parsing to true in order to enable a strict check of XML attributes and entities.