class haxe.xml.Parser

Class Fields

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.