ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Attributes | |
struct prefix * | prefix |
struct binding * | nextTagBinding |
struct binding * | prevPrefixBinding |
struct attribute_id * | attId |
XML_Char * | uri |
int | uriLen |
int | uriAlloc |
Definition at line 150 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 150 of file xmlparse.cc
struct attribute_id* binding::attId |
Definition at line 154 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 154 of file xmlparse.cc
Referenced by addBinding(), and storeAtts().
struct binding* binding::nextTagBinding |
Definition at line 152 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 152 of file xmlparse.cc
Referenced by addBinding(), destroyBindings(), doContent(), moveToFreeBindingList(), and storeAtts().
struct prefix* binding::prefix |
Definition at line 151 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 151 of file xmlparse.cc
Referenced by addBinding(), doContent(), and storeAtts().
struct binding* binding::prevPrefixBinding |
Definition at line 153 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 153 of file xmlparse.cc
Referenced by addBinding(), and doContent().
XML_Char* binding::uri |
Definition at line 155 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 155 of file xmlparse.cc
Referenced by addBinding(), destroyBindings(), getContext(), and storeAtts().
int binding::uriAlloc |
Definition at line 157 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 157 of file xmlparse.cc
Referenced by addBinding(), and storeAtts().
int binding::uriLen |
Definition at line 156 of file xmlparse.cc.
View newest version in sPHENIX GitHub at line 156 of file xmlparse.cc
Referenced by addBinding(), getContext(), and storeAtts().