XmlType

XmlType(Int)

package cpp

import cpp.NativeXml

Available on cpp

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/cpp/XmlType.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部