Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <xDataTOM_importXML_private.h>
Public Attributes | |
enum xDataXML_status | status |
enum xDataXML_errorCodes | error |
enum XML_Error | err |
XML_Size | err_line |
XML_Size | err_column |
char * | fileName |
char * | realFileName |
xDataXML_smr | smrUserInterface |
statusMessageReporting * | smr |
XML_Parser | xmlParser |
xDataXML_rootElement | root |
xDataXML_rootElement * | currentRoot |
Definition at line 129 of file xDataTOM_importXML_private.h.
xDataXML_rootElement* xDataXML_document_s::currentRoot |
Definition at line 140 of file xDataTOM_importXML_private.h.
enum XML_Error xDataXML_document_s::err |
Definition at line 132 of file xDataTOM_importXML_private.h.
XML_Size xDataXML_document_s::err_column |
Definition at line 133 of file xDataTOM_importXML_private.h.
XML_Size xDataXML_document_s::err_line |
Definition at line 133 of file xDataTOM_importXML_private.h.
enum xDataXML_errorCodes xDataXML_document_s::error |
Definition at line 131 of file xDataTOM_importXML_private.h.
char* xDataXML_document_s::fileName |
Definition at line 134 of file xDataTOM_importXML_private.h.
Referenced by xDataXML_freeDoc(), and xDataXML_getFileName().
char* xDataXML_document_s::realFileName |
Definition at line 135 of file xDataTOM_importXML_private.h.
Referenced by xDataXML_freeDoc(), and xDataXML_getRealFileName().
xDataXML_rootElement xDataXML_document_s::root |
Definition at line 139 of file xDataTOM_importXML_private.h.
Referenced by xDataXML_freeDoc(), and xDataXML_getDocumentsElement().
statusMessageReporting* xDataXML_document_s::smr |
Definition at line 137 of file xDataTOM_importXML_private.h.
Referenced by xDataXML_importFile2().
xDataXML_smr xDataXML_document_s::smrUserInterface |
Definition at line 136 of file xDataTOM_importXML_private.h.
Referenced by xDataXML_get_smrUserInterfaceFromDocument().
enum xDataXML_status xDataXML_document_s::status |
Definition at line 130 of file xDataTOM_importXML_private.h.
Referenced by xDataXML_parseIsError().
XML_Parser xDataXML_document_s::xmlParser |
Definition at line 138 of file xDataTOM_importXML_private.h.