XmlParserException

haxe.xml.XmlParserException (Class)

Instance Members

message: String

the XML parsing error message


lineNumber: Int

the line number at which the XML parsing error occurred


positionAtLine: Int

the character position in the reported line at which the parsing error occurred


position: Int

the character position in the XML string at which the parsing error occurred


xml: String

the invalid XML string


toString(): String
Returns
String

new(message: String, xml: String, position: Int): Void
Name Type
message String
xml String
position Int