package cpp
import cpp.NativeXml
Available on cppinline read only CData:XmlType = 2
Represents XML character data type.
inline read only Comment:XmlType = 3
Represents an XML comment type.
inline read only DocType:XmlType = 4
Represents an XML doctype element type.
inline read only Document:XmlType = 6
Represents an XML document type.
inline read only Element:XmlType = 0
Represents an XML element type.
inline read only PCData:XmlType = 1
Represents XML parsed character data type.
inline read only ProcessingInstruction:XmlType = 5
Represents an XML processing instruction type.
static inline read only CData:XmlType = 2
Represents XML character data type.
static inline read only Comment:XmlType = 3
Represents an XML comment type.
static inline read only DocType:XmlType = 4
Represents an XML doctype element type.
static inline read only Document:XmlType = 6
Represents an XML document type.
static inline read only Element:XmlType = 0
Represents an XML element type.
static inline read only PCData:XmlType = 1
Represents XML parsed character data type.
static inline read only ProcessingInstruction:XmlType = 5
Represents an XML processing instruction type.
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/XmlType.html