ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
ECCE @ EIC Software
Deprecated List
Modules
Namespaces
Classes
Files
File List
acts
analysis
coresoftware
Doxygen_Assist
ecce-detectors
fun4all_eicdetectors
geant4
tree
geant4-10.6-release
config
environments
examples
source
analysis
digits_hits
error_propagation
event
externals
clhep
expat
include
src
amigaconfig.h
ascii.h
asciitab.h
expat_config.h
iasciitab.h
internal.h
latin1tab.h
macconfig.h
nametab.h
utf8tab.h
winconfig.h
xmlparse.cc
xmlrole.cc
xmlrole.h
xmltok.cc
xmltok.h
xmltok_impl.cc
xmltok_impl.h
xmltok_ns.cc
zlib
g3tog4
geometry
global
graphics_reps
intercoms
interfaces
materials
parameterisations
particles
persistency
physics_lists
processes
readout
run
track
tracking
visualization
macros
online_distribution
tutorials
doxygen_mainpage.h
File Members
External Links
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
xmltok_impl.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file xmltok_impl.h
1
/*
2
Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3
See the file COPYING for copying permission.
4
*/
5
6
enum
{
7
BT_NONXML
,
8
BT_MALFORM
,
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
};
45
46
#include <stddef.h>
geant4
tree
geant4-10.6-release
source
externals
expat
src
xmltok_impl.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:15
using
1.8.2 with
ECCE GitHub integration