|
Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
|
Public Attributes | |
| const XML_Char * | name |
| const XML_Char * | textPtr |
| int | textLen |
| int | processed |
| const XML_Char * | systemId |
| const XML_Char * | base |
| const XML_Char * | publicId |
| const XML_Char * | notation |
| XML_Bool | open |
| XML_Bool | is_param |
| XML_Bool | is_internal |
Definition at line 294 of file xmlparse.c.
| const XML_Char* ENTITY::base |
Definition at line 300 of file xmlparse.c.
| XML_Bool ENTITY::is_internal |
Definition at line 305 of file xmlparse.c.
| XML_Bool ENTITY::is_param |
Definition at line 304 of file xmlparse.c.
| const XML_Char* ENTITY::name |
Definition at line 295 of file xmlparse.c.
| const XML_Char* ENTITY::notation |
Definition at line 302 of file xmlparse.c.
| XML_Bool ENTITY::open |
Definition at line 303 of file xmlparse.c.
| int ENTITY::processed |
Definition at line 298 of file xmlparse.c.
| const XML_Char* ENTITY::publicId |
Definition at line 301 of file xmlparse.c.
| const XML_Char* ENTITY::systemId |
Definition at line 299 of file xmlparse.c.
| int ENTITY::textLen |
Definition at line 297 of file xmlparse.c.
| const XML_Char* ENTITY::textPtr |
Definition at line 296 of file xmlparse.c.