ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ENTITY Struct Reference

Public Attributes

const XML_Charname
 
const XML_ChartextPtr
 
int textLen
 
int processed
 
const XML_CharsystemId
 
const XML_Charbase
 
const XML_CharpublicId
 
const XML_Charnotation
 
XML_Bool open
 
XML_Bool is_param
 
XML_Bool is_internal
 

Detailed Description

Definition at line 197 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 197 of file xmlparse.cc

Member Data Documentation

const XML_Char* ENTITY::base

Definition at line 203 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 203 of file xmlparse.cc

Referenced by copyEntityTable(), doContent(), doProlog(), and storeEntityValue().

XML_Bool ENTITY::is_internal

Definition at line 208 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 208 of file xmlparse.cc

Referenced by appendAttributeValue(), copyEntityTable(), doContent(), and doProlog().

XML_Bool ENTITY::is_param

Definition at line 207 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 207 of file xmlparse.cc

Referenced by copyEntityTable(), internalEntityProcessor(), and processInternalEntity().

const XML_Char* ENTITY::name

Definition at line 198 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 198 of file xmlparse.cc

Referenced by copyEntityTable(), doContent(), and getContext().

const XML_Char* ENTITY::notation

Definition at line 205 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 205 of file xmlparse.cc

Referenced by appendAttributeValue(), copyEntityTable(), and doContent().

XML_Bool ENTITY::open

Definition at line 206 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 206 of file xmlparse.cc

Referenced by appendAttributeValue(), doContent(), doProlog(), getContext(), internalEntityProcessor(), processInternalEntity(), setContext(), and storeEntityValue().

int ENTITY::processed

Definition at line 201 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 201 of file xmlparse.cc

Referenced by internalEntityProcessor(), and processInternalEntity().

const XML_Char* ENTITY::publicId

Definition at line 204 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 204 of file xmlparse.cc

Referenced by copyEntityTable(), doContent(), doProlog(), and storeEntityValue().

const XML_Char* ENTITY::systemId

Definition at line 202 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 202 of file xmlparse.cc

Referenced by copyEntityTable(), doContent(), doProlog(), and storeEntityValue().

int ENTITY::textLen

Definition at line 200 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 200 of file xmlparse.cc

Referenced by appendAttributeValue(), copyEntityTable(), internalEntityProcessor(), processInternalEntity(), and storeEntityValue().

const XML_Char* ENTITY::textPtr

Definition at line 199 of file xmlparse.cc.

View newest version in sPHENIX GitHub at line 199 of file xmlparse.cc

Referenced by appendAttributeValue(), copyEntityTable(), doContent(), doProlog(), internalEntityProcessor(), processInternalEntity(), and storeEntityValue().


The documentation for this struct was generated from the following file: