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