TORCS
1.3.9
The Open Racing Car Simulator
xmltok_impl.h
Go to the documentation of this file.
1
/*
2
The contents of this file are subject to the Mozilla Public License
3
Version 1.0 (the "License"); you may not use this file except in
4
compliance with the License. You may obtain a copy of the License at
5
http://www.mozilla.org/MPL/
6
7
Software distributed under the License is distributed on an "AS IS"
8
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
9
License for the specific language governing rights and limitations
10
under the License.
11
12
The Original Code is expat.
13
14
The Initial Developer of the Original Code is James Clark.
15
Portions created by James Clark are Copyright (C) 1998
16
James Clark. All Rights Reserved.
17
18
Contributor(s):
19
$Id$
20
*/
21
22
enum
{
23
BT_NONXML
,
24
BT_MALFORM
,
25
BT_LT
,
26
BT_AMP
,
27
BT_RSQB
,
28
BT_LEAD2
,
29
BT_LEAD3
,
30
BT_LEAD4
,
31
BT_TRAIL
,
32
BT_CR
,
33
BT_LF
,
34
BT_GT
,
35
BT_QUOT
,
36
BT_APOS
,
37
BT_EQUALS
,
38
BT_QUEST
,
39
BT_EXCL
,
40
BT_SOL
,
41
BT_SEMI
,
42
BT_NUM
,
43
BT_LSQB
,
44
BT_S
,
45
BT_NMSTRT
,
46
BT_HEX
,
47
BT_DIGIT
,
48
BT_NAME
,
49
BT_MINUS
,
50
BT_OTHER
,
/* known not to be a name or name start character */
51
BT_NONASCII
,
/* might be a name or name start character */
52
BT_PERCNT
,
53
BT_LPAR
,
54
BT_RPAR
,
55
BT_AST
,
56
BT_PLUS
,
57
BT_COMMA
,
58
BT_VERBAR
59
};
60
61
#include <stddef.h>
BT_EXCL
Definition:
xmltok_impl.h:39
BT_CR
Definition:
xmltok_impl.h:32
BT_AST
Definition:
xmltok_impl.h:55
BT_LSQB
Definition:
xmltok_impl.h:43
BT_AMP
Definition:
xmltok_impl.h:26
BT_OTHER
Definition:
xmltok_impl.h:50
BT_LEAD3
Definition:
xmltok_impl.h:29
BT_GT
Definition:
xmltok_impl.h:34
BT_QUOT
Definition:
xmltok_impl.h:35
BT_NUM
Definition:
xmltok_impl.h:42
BT_S
Definition:
xmltok_impl.h:44
BT_LEAD4
Definition:
xmltok_impl.h:30
BT_COMMA
Definition:
xmltok_impl.h:57
BT_HEX
Definition:
xmltok_impl.h:46
BT_SOL
Definition:
xmltok_impl.h:40
BT_EQUALS
Definition:
xmltok_impl.h:37
BT_LEAD2
Definition:
xmltok_impl.h:28
BT_NMSTRT
Definition:
xmltok_impl.h:45
BT_NONXML
Definition:
xmltok_impl.h:23
BT_NONASCII
Definition:
xmltok_impl.h:51
BT_LPAR
Definition:
xmltok_impl.h:53
BT_RPAR
Definition:
xmltok_impl.h:54
BT_NAME
Definition:
xmltok_impl.h:48
BT_DIGIT
Definition:
xmltok_impl.h:47
BT_PERCNT
Definition:
xmltok_impl.h:52
BT_RSQB
Definition:
xmltok_impl.h:27
BT_APOS
Definition:
xmltok_impl.h:36
BT_QUEST
Definition:
xmltok_impl.h:38
BT_LF
Definition:
xmltok_impl.h:33
BT_TRAIL
Definition:
xmltok_impl.h:31
BT_MALFORM
Definition:
xmltok_impl.h:24
BT_MINUS
Definition:
xmltok_impl.h:49
BT_PLUS
Definition:
xmltok_impl.h:56
BT_VERBAR
Definition:
xmltok_impl.h:58
BT_LT
Definition:
xmltok_impl.h:25
BT_SEMI
Definition:
xmltok_impl.h:41
src
libs
txml
xmltok_impl.h
Generated by
1.8.14