package cpp
import cpp.NativeXml
Available on cpp
inlineread onlyCData:XmlType = 2Represents XML character data type.
inlineread onlyComment:XmlType = 3Represents an XML comment type.
inlineread onlyDocType:XmlType = 4Represents an XML doctype element type.
inlineread onlyDocument:XmlType = 6Represents an XML document type.
inlineread onlyElement:XmlType = 0Represents an XML element type.
inlineread onlyPCData:XmlType = 1Represents XML parsed character data type.
inlineread onlyProcessingInstruction:XmlType = 5Represents an XML processing instruction type.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/XmlType.html