![]() |
torcs - 1.2.2 | ![]() |
00001 /* 00002 The contents of this file are subject to the Mozilla Public License 00003 Version 1.0 (the "License"); you may not use this file except in 00004 compliance with the License. You may obtain a copy of the License at 00005 http://www.mozilla.org/MPL/ 00006 00007 Software distributed under the License is distributed on an "AS IS" 00008 basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 00009 License for the specific language governing rights and limitations 00010 under the License. 00011 00012 The Original Code is expat. 00013 00014 The Initial Developer of the Original Code is James Clark. 00015 Portions created by James Clark are Copyright (C) 1998 00016 James Clark. All Rights Reserved. 00017 00018 Contributor(s): 00019 $Id: xmltok_impl.h,v 1.1.1.1 2001/06/24 18:30:00 torcs Exp $ 00020 */ 00021 00022 enum { 00023 BT_NONXML, 00024 BT_MALFORM, 00025 BT_LT, 00026 BT_AMP, 00027 BT_RSQB, 00028 BT_LEAD2, 00029 BT_LEAD3, 00030 BT_LEAD4, 00031 BT_TRAIL, 00032 BT_CR, 00033 BT_LF, 00034 BT_GT, 00035 BT_QUOT, 00036 BT_APOS, 00037 BT_EQUALS, 00038 BT_QUEST, 00039 BT_EXCL, 00040 BT_SOL, 00041 BT_SEMI, 00042 BT_NUM, 00043 BT_LSQB, 00044 BT_S, 00045 BT_NMSTRT, 00046 BT_HEX, 00047 BT_DIGIT, 00048 BT_NAME, 00049 BT_MINUS, 00050 BT_OTHER, /* known not to be a name or name start character */ 00051 BT_NONASCII, /* might be a name or name start character */ 00052 BT_PERCNT, 00053 BT_LPAR, 00054 BT_RPAR, 00055 BT_AST, 00056 BT_PLUS, 00057 BT_COMMA, 00058 BT_VERBAR 00059 }; 00060 00061 #include <stddef.h>