Geant4 11.3.0
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_DIGIT
Definition asciitab.h:47
BT_OTHER
Definition asciitab.h:44
BT_AMP
Definition asciitab.h:44
BT_RSQB
Definition asciitab.h:58
BT_QUEST
Definition asciitab.h:50
BT_QUOT
Definition asciitab.h:43
BT_PERCNT
Definition asciitab.h:44
BT_SEMI
Definition asciitab.h:49
BT_NUM
Definition asciitab.h:43
BT_NMSTRT
Definition asciitab.h:52
BT_CR
Definition asciitab.h:38
BT_LPAR
Definition asciitab.h:45
BT_AST
Definition asciitab.h:45
BT_APOS
Definition asciitab.h:44
BT_HEX
Definition asciitab.h:51
BT_PLUS
Definition asciitab.h:45
BT_COMMA
Definition asciitab.h:46
BT_NAME
Definition asciitab.h:46
BT_SOL
Definition asciitab.h:46
BT_LF
Definition asciitab.h:37
BT_EXCL
Definition asciitab.h:43
BT_VERBAR
Definition asciitab.h:66
BT_RPAR
Definition asciitab.h:45
BT_LT
Definition asciitab.h:50
BT_GT
Definition asciitab.h:50
BT_LSQB
Definition asciitab.h:57
BT_MINUS
Definition asciitab.h:46
BT_NONXML
Definition asciitab.h:35
BT_S
Definition asciitab.h:37
BT_EQUALS
Definition asciitab.h:50
BT_LEAD3
Definition utf8tab.h:59
BT_LEAD4
Definition utf8tab.h:63
BT_TRAIL
Definition utf8tab.h:35
BT_MALFORM
Definition utf8tab.h:66
BT_LEAD2
Definition utf8tab.h:51
#define BT_COLON
@ BT_NONASCII
Definition xmltok_impl.h:64