Geant4
10.03.p01
|
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 197 of file xmlparse.cc.
const XML_Char* ENTITY::base |
Definition at line 203 of file xmlparse.cc.
XML_Bool ENTITY::is_internal |
Definition at line 208 of file xmlparse.cc.
XML_Bool ENTITY::is_param |
Definition at line 207 of file xmlparse.cc.
const XML_Char* ENTITY::name |
Definition at line 198 of file xmlparse.cc.
const XML_Char* ENTITY::notation |
Definition at line 205 of file xmlparse.cc.
XML_Bool ENTITY::open |
Definition at line 206 of file xmlparse.cc.
int ENTITY::processed |
Definition at line 201 of file xmlparse.cc.
const XML_Char* ENTITY::publicId |
Definition at line 204 of file xmlparse.cc.
const XML_Char* ENTITY::systemId |
Definition at line 202 of file xmlparse.cc.
int ENTITY::textLen |
Definition at line 200 of file xmlparse.cc.
const XML_Char* ENTITY::textPtr |
Definition at line 199 of file xmlparse.cc.