Geant4-11
Enumerations
xmltok_impl.h File Reference
#include <stddef.h>

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

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