XmlType(Int)

package cpp

import cpp.NativeXml

Available on cpp

Variables

inlineread onlyCData:XmlType = 2

Represents XML character data type.

inlineread onlyComment:XmlType = 3

Represents an XML comment type.

inlineread onlyDocType:XmlType = 4

Represents an XML doctype element type.

inlineread onlyDocument:XmlType = 6

Represents an XML document type.

inlineread onlyElement:XmlType = 0

Represents an XML element type.

inlineread onlyPCData:XmlType = 1

Represents XML parsed character data type.

inlineread onlyProcessingInstruction:XmlType = 5

Represents an XML processing instruction type.

© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cpp/XmlType.html