Parser

haxe.xml.Parser (Class)

Static Members

parse(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.

Name Type Default
str String
strict Bool false
Returns
Xml

Private Members


doParse(str: String, strict: Bool, ?p: Int = 0, ?parent: Xml): Int
Name Type Default
str String
strict Bool
p Int 0
parent Xml (optional)
Returns
Int

isValidChar(c: Int): Bool
Name Type
c Int
Returns
Bool