Parser

package haxe.xml

Available on all platforms

Static methods

staticparse(str:String, strict:Bool = false):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.

Throws:

null

haxe.xml.XmlParserException

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/haxe/xml/Parser.html