W3cubDocs

/Haxe C++

XmlType(Int)

package cpp

import cpp.NativeXml

Available on cpp

Variables

@:value(cast 2) @:enum @:impl inline read only CData:XmlType = 2

Represents XML character data type.

@:value(cast 3) @:enum @:impl inline read only Comment:XmlType = 3

Represents an XML comment type.

@:value(cast 4) @:enum @:impl inline read only DocType:XmlType = 4

Represents an XML doctype element type.

@:value(cast 6) @:enum @:impl inline read only Document:XmlType = 6

Represents an XML document type.

@:value(cast 0) @:enum @:impl inline read only Element:XmlType = 0

Represents an XML element type.

@:value(cast 1) @:enum @:impl inline read only PCData:XmlType = 1

Represents XML parsed character data type.

@:value(cast 5) @:enum @:impl inline read only ProcessingInstruction:XmlType = 5

Represents an XML processing instruction type.

Static variables

@:value(cast 2) @:enum @:impl static inline read only CData:XmlType = 2

Represents XML character data type.

@:value(cast 3) @:enum @:impl static inline read only Comment:XmlType = 3

Represents an XML comment type.

@:value(cast 4) @:enum @:impl static inline read only DocType:XmlType = 4

Represents an XML doctype element type.

@:value(cast 6) @:enum @:impl static inline read only Document:XmlType = 6

Represents an XML document type.

@:value(cast 0) @:enum @:impl static inline read only Element:XmlType = 0

Represents an XML element type.

@:value(cast 1) @:enum @:impl static inline read only PCData:XmlType = 1

Represents XML parsed character data type.

@:value(cast 5) @:enum @:impl 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