Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
xmltok_impl.h File Reference
#include <stddef.h>
Include dependency graph for xmltok_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  {
  BT_NONXML, BT_MALFORM, BT_LT, BT_AMP,
  BT_RSQB, BT_LEAD2, BT_LEAD3, BT_LEAD4,
  BT_TRAIL, BT_CR, BT_LF, BT_GT,
  BT_QUOT, BT_APOS, BT_EQUALS, BT_QUEST,
  BT_EXCL, BT_SOL, BT_SEMI, BT_NUM,
  BT_LSQB, BT_S, BT_NMSTRT, BT_COLON,
  BT_HEX, BT_DIGIT, BT_NAME, BT_MINUS,
  BT_OTHER, BT_NONASCII, BT_PERCNT, BT_LPAR,
  BT_RPAR, BT_AST, BT_PLUS, BT_COMMA,
  BT_VERBAR
}
 

Enumeration Type Documentation

anonymous enum
Enumerator
BT_NONXML 
BT_MALFORM 
BT_LT 
BT_AMP 
BT_RSQB 
BT_LEAD2 
BT_LEAD3 
BT_LEAD4 
BT_TRAIL 
BT_CR 
BT_LF 
BT_GT 
BT_QUOT 
BT_APOS 
BT_EQUALS 
BT_QUEST 
BT_EXCL 
BT_SOL 
BT_SEMI 
BT_NUM 
BT_LSQB 
BT_S 
BT_NMSTRT 
BT_COLON 
BT_HEX 
BT_DIGIT 
BT_NAME 
BT_MINUS 
BT_OTHER 
BT_NONASCII 
BT_PERCNT 
BT_LPAR 
BT_RPAR 
BT_AST 
BT_PLUS 
BT_COMMA 
BT_VERBAR 

Definition at line 6 of file xmltok_impl.h.

6  {
7  BT_NONXML,
9  BT_LT,
10  BT_AMP,
11  BT_RSQB,
12  BT_LEAD2,
13  BT_LEAD3,
14  BT_LEAD4,
15  BT_TRAIL,
16  BT_CR,
17  BT_LF,
18  BT_GT,
19  BT_QUOT,
20  BT_APOS,
21  BT_EQUALS,
22  BT_QUEST,
23  BT_EXCL,
24  BT_SOL,
25  BT_SEMI,
26  BT_NUM,
27  BT_LSQB,
28  BT_S,
29  BT_NMSTRT,
30  BT_COLON,
31  BT_HEX,
32  BT_DIGIT,
33  BT_NAME,
34  BT_MINUS,
35  BT_OTHER, /* known not to be a name or name start character */
36  BT_NONASCII, /* might be a name or name start character */
37  BT_PERCNT,
38  BT_LPAR,
39  BT_RPAR,
40  BT_AST,
41  BT_PLUS,
42  BT_COMMA,
43  BT_VERBAR
44 };
BT_LEAD4
Definition: utf8tab.h:6
BT_LEAD2
Definition: utf8tab.h:6
BT_AST
Definition: asciitab.h:5
BT_MINUS
Definition: asciitab.h:5
BT_LF
Definition: asciitab.h:5
BT_COMMA
Definition: asciitab.h:5
BT_PLUS
Definition: asciitab.h:5
BT_NMSTRT
Definition: asciitab.h:5
BT_GT
Definition: asciitab.h:5
BT_SEMI
Definition: asciitab.h:5
BT_EXCL
Definition: asciitab.h:5
BT_MALFORM
Definition: utf8tab.h:6
BT_APOS
Definition: asciitab.h:5
BT_OTHER
Definition: asciitab.h:5
BT_CR
Definition: asciitab.h:5
BT_NUM
Definition: asciitab.h:5
BT_PERCNT
Definition: asciitab.h:5
BT_RPAR
Definition: asciitab.h:5
BT_S
Definition: asciitab.h:5
BT_HEX
Definition: asciitab.h:5
BT_LSQB
Definition: asciitab.h:5
BT_DIGIT
Definition: asciitab.h:5
BT_QUEST
Definition: asciitab.h:5
BT_QUOT
Definition: asciitab.h:5
BT_LEAD3
Definition: utf8tab.h:6
BT_LT
Definition: asciitab.h:5
BT_SOL
Definition: asciitab.h:5
BT_NONXML
Definition: asciitab.h:5
BT_TRAIL
Definition: utf8tab.h:6
BT_EQUALS
Definition: asciitab.h:5
BT_VERBAR
Definition: asciitab.h:5
BT_RSQB
Definition: asciitab.h:5
BT_LPAR
Definition: asciitab.h:5
BT_AMP
Definition: asciitab.h:5
BT_NAME
Definition: asciitab.h:5
#define BT_COLON