Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
include/xmltok_impl.h
Go to the documentation of this file.
1 /*
2 Copyright (c) 1998, 1999 Thai Open Source Software Center Ltd
3 See the file COPYING for copying permission.
4 */
5 
6 enum {
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>