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