Parser
haxe.xml.Parser (Class)
Static Members
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
escapes: haxe.ds.StringMap<String>
Name | Type | Default |
---|---|---|
str |
String | |
strict |
Bool | |
p |
Int | 0 |
parent |
Xml | (optional) |
Returns |
---|
Int |
Name | Type |
---|---|
c |
Int |
Returns |
---|
Bool |