xml_definitions.h
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- /*
- * xml_definitions.h - definitions common to XML compilers
- *
- * This file contains definitions for global tokens
- *
- * Tuomas Luttinen for Wapit Ltd.
- */
- /***********************************************************************
- * Declarations of global tokens.
- */
- #define WBXML_SWITCH_PAGE 0x00
- #define WBXML_END 0x01
- #define WBXML_ENTITY 0x02
- #define WBXML_STR_I 0x03
- #define WBXML_LITERAL 0x04
- #define WBXML_EXT_I_0 0x40
- #define WBXML_EXT_I_1 0x41
- #define WBXML_EXT_I_2 0x42
- #define WBXML_PI 0x43
- #define WBXML_LITERAL_C 0x44
- #define WBXML_EXT_T_0 0x80
- #define WBXML_EXT_T_1 0x81
- #define WBXML_EXT_T_2 0x82
- #define WBXML_STR_T 0x83
- #define WBXML_LITERAL_A 0x84
- #define WBXML_EXT_0 0xC0
- #define WBXML_EXT_1 0xC1
- #define WBXML_EXT_2 0xC2
- #define WBXML_OPAQUE 0xC3
- #define WBXML_LITERAL_AC 0xC4
- #define WBXML_STR_END 0x00
- #define WBXML_CONTENT_BIT 0x40
- #define WBXML_ATTR_BIT 0x80
- #define WBXML_STRING_TABLE_MIN 4
- #define WBXML_START_NUM 100