xml_definitions.h
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. /*
  2.  * xml_definitions.h - definitions common to XML compilers
  3.  *
  4.  * This file contains definitions for global tokens 
  5.  *
  6.  * Tuomas Luttinen for Wapit Ltd.
  7.  */
  8. /***********************************************************************
  9.  * Declarations of global tokens. 
  10.  */
  11. #define WBXML_SWITCH_PAGE 0x00
  12. #define WBXML_END         0x01
  13. #define WBXML_ENTITY      0x02
  14. #define WBXML_STR_I       0x03
  15. #define WBXML_LITERAL     0x04
  16. #define WBXML_EXT_I_0     0x40
  17. #define WBXML_EXT_I_1     0x41
  18. #define WBXML_EXT_I_2     0x42
  19. #define WBXML_PI          0x43
  20. #define WBXML_LITERAL_C   0x44
  21. #define WBXML_EXT_T_0     0x80
  22. #define WBXML_EXT_T_1     0x81
  23. #define WBXML_EXT_T_2     0x82
  24. #define WBXML_STR_T       0x83
  25. #define WBXML_LITERAL_A   0x84
  26. #define WBXML_EXT_0       0xC0
  27. #define WBXML_EXT_1       0xC1
  28. #define WBXML_EXT_2       0xC2
  29. #define WBXML_OPAQUE      0xC3
  30. #define WBXML_LITERAL_AC  0xC4
  31. #define WBXML_STR_END     0x00
  32. #define WBXML_CONTENT_BIT 0x40
  33. #define WBXML_ATTR_BIT    0x80
  34. #define WBXML_STRING_TABLE_MIN 4    
  35. #define WBXML_START_NUM 100
  36.