Available on all platforms
Xml node types.
See also:
https://haxe.org/manual/std-Xml.html
statictoString(this:Int):String
@:value(cast 2)@:impl@:enuminlineread onlyCData:XmlType = 2
Represents XML character data type.
@:value(cast 3)@:impl@:enuminlineread onlyComment:XmlType = 3
Represents an XML comment type.
@:value(cast 4)@:impl@:enuminlineread onlyDocType:XmlType = 4
Represents an XML doctype element type.
@:value(cast 6)@:impl@:enuminlineread onlyDocument:XmlType = 6
Represents an XML document type.
@:value(cast 0)@:impl@:enuminlineread onlyElement:XmlType = 0
Represents an XML element type.
@:value(cast 1)@:impl@:enuminlineread onlyPCData:XmlType = 1
Represents XML parsed character data type.
@:value(cast 5)@:impl@:enuminlineread onlyProcessingInstruction:XmlType = 5
Represents an XML processing instruction type.