W3cubDocs

/Haxe

XmlType(Int)

no package

import Xml

Available on all platforms

Xml node types.

See:

Variables

inline 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.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/XmlType.html