Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
xmltok_impl.h
Go to the documentation of this file.
1/*
2Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3See the file COPYING for copying permission.
4*/
5
6enum {
35 BT_OTHER, /* known not to be a name or name start character */
36 BT_NONASCII, /* might be a name or name start character */
44};
45
46#include <stddef.h>
@ 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