Geant4 11.1.1
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
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 34 of file xmltok_impl.h.

34 {
35 BT_NONXML, /* e.g. noncharacter-FFFF */
36 BT_MALFORM, /* illegal, with regard to encoding */
37 BT_LT, /* less than = "<" */
38 BT_AMP, /* ampersand = "&" */
39 BT_RSQB, /* right square bracket = "[" */
40 BT_LEAD2, /* lead byte of a 2-byte UTF-8 character */
41 BT_LEAD3, /* lead byte of a 3-byte UTF-8 character */
42 BT_LEAD4, /* lead byte of a 4-byte UTF-8 character */
43 BT_TRAIL, /* trailing unit, e.g. second 16-bit unit of a 4-byte char. */
44 BT_CR, /* carriage return = "\r" */
45 BT_LF, /* line feed = "\n" */
46 BT_GT, /* greater than = ">" */
47 BT_QUOT, /* quotation character = "\"" */
48 BT_APOS, /* apostrophe = "'" */
49 BT_EQUALS, /* equal sign = "=" */
50 BT_QUEST, /* question mark = "?" */
51 BT_EXCL, /* exclamation mark = "!" */
52 BT_SOL, /* solidus, slash = "/" */
53 BT_SEMI, /* semicolon = ";" */
54 BT_NUM, /* number sign = "#" */
55 BT_LSQB, /* left square bracket = "[" */
56 BT_S, /* white space, e.g. "\t", " "[, "\r"] */
57 BT_NMSTRT, /* non-hex name start letter = "G".."Z" + "g".."z" + "_" */
58 BT_COLON, /* colon = ":" */
59 BT_HEX, /* hex letter = "A".."F" + "a".."f" */
60 BT_DIGIT, /* digit = "0".."9" */
61 BT_NAME, /* dot and middle dot = "." + chr(0xb7) */
62 BT_MINUS, /* minus = "-" */
63 BT_OTHER, /* known not to be a name or name start character */
64 BT_NONASCII, /* might be a name or name start character */
65 BT_PERCNT, /* percent sign = "%" */
66 BT_LPAR, /* left parenthesis = "(" */
67 BT_RPAR, /* right parenthesis = "(" */
68 BT_AST, /* asterisk = "*" */
69 BT_PLUS, /* plus sign = "+" */
70 BT_COMMA, /* comma = "," */
71 BT_VERBAR /* vertical bar = "|" */
72};
@ BT_PLUS
Definition: xmltok_impl.h:69
@ BT_SEMI
Definition: xmltok_impl.h:53
@ BT_LPAR
Definition: xmltok_impl.h:66
@ BT_HEX
Definition: xmltok_impl.h:59
@ BT_PERCNT
Definition: xmltok_impl.h:65
@ BT_NONASCII
Definition: xmltok_impl.h:64
@ BT_RPAR
Definition: xmltok_impl.h:67
@ BT_MALFORM
Definition: xmltok_impl.h:36
@ BT_QUOT
Definition: xmltok_impl.h:47
@ BT_COMMA
Definition: xmltok_impl.h:70
@ BT_EXCL
Definition: xmltok_impl.h:51
@ BT_LEAD4
Definition: xmltok_impl.h:42
@ BT_MINUS
Definition: xmltok_impl.h:62
@ BT_S
Definition: xmltok_impl.h:56
@ BT_LEAD3
Definition: xmltok_impl.h:41
@ BT_AMP
Definition: xmltok_impl.h:38
@ BT_APOS
Definition: xmltok_impl.h:48
@ BT_COLON
Definition: xmltok_impl.h:58
@ BT_SOL
Definition: xmltok_impl.h:52
@ BT_OTHER
Definition: xmltok_impl.h:63
@ BT_TRAIL
Definition: xmltok_impl.h:43
@ BT_CR
Definition: xmltok_impl.h:44
@ BT_LT
Definition: xmltok_impl.h:37
@ BT_LF
Definition: xmltok_impl.h:45
@ BT_GT
Definition: xmltok_impl.h:46
@ BT_QUEST
Definition: xmltok_impl.h:50
@ BT_NAME
Definition: xmltok_impl.h:61
@ BT_LEAD2
Definition: xmltok_impl.h:40
@ BT_NMSTRT
Definition: xmltok_impl.h:57
@ BT_AST
Definition: xmltok_impl.h:68
@ BT_VERBAR
Definition: xmltok_impl.h:71
@ BT_LSQB
Definition: xmltok_impl.h:55
@ BT_RSQB
Definition: xmltok_impl.h:39
@ BT_DIGIT
Definition: xmltok_impl.h:60
@ BT_EQUALS
Definition: xmltok_impl.h:49
@ BT_NONXML
Definition: xmltok_impl.h:35
@ BT_NUM
Definition: xmltok_impl.h:54