COPASI API
4.16.103
|
Public Member Functions | |
virtual void | end (const XML_Char *pszName) |
ModelValueElement (CCopasiXMLParser &parser, SCopasiXMLParserCommon &common) | |
virtual void | start (const XML_Char *pszName, const XML_Char **papszAttrs) |
virtual | ~ModelValueElement () |
![]() | |
CXMLElementHandler (CCopasiXMLParser &parser, SCopasiXMLParserCommon &common) | |
virtual void | end (const XML_Char *C_UNUSED(pszName)) |
virtual void | reset () |
virtual void | start (const XML_Char *C_UNUSED(pszName), const XML_Char **C_UNUSED(papszAttrs)) |
virtual | ~CXMLElementHandler () |
Private Types | |
enum | Element { ModelValue = 0, MiriamAnnotation, Comment, ListOfUnsupportedAnnotations, Expression, InitialExpression, MathML } |
Private Attributes | |
std::string | mKey |
MathMLElement * | mpMathMLElement |
CModelValue * | mpMV |
Additional Inherited Members | |
![]() | |
void | addFix (const std::string &key, CCopasiObject *pObject) |
void | deleteCurrentHandler () |
![]() | |
SCopasiXMLParserCommon & | mCommon |
C_INT32 | mCurrentElement |
C_INT32 | mLastKnownElement |
CCopasiXMLParser & | mParser |
CXMLElementHandler * | mpCurrentHandler |
Definition at line 1444 of file CCopasiXMLParser.h.
|
private |
Enum of invoked parsers
Enumerator | |
---|---|
ModelValue | |
MiriamAnnotation | |
Comment | |
ListOfUnsupportedAnnotations | |
Expression | |
InitialExpression | |
MathML |
Definition at line 1452 of file CCopasiXMLParser.h.
CCopasiXMLParser::ModelValueElement::ModelValueElement | ( | CCopasiXMLParser & | parser, |
SCopasiXMLParserCommon & | common | ||
) |
Constructor
Definition at line 2842 of file CCopasiXMLParser.cpp.
|
virtual |
Destructor
Definition at line 2850 of file CCopasiXMLParser.cpp.
References pdelete.
|
virtual |
End element handler
const | XML_Char *pszName |
Definition at line 2969 of file CCopasiXMLParser.cpp.
References SCopasiXMLParserCommon::CharacterData, CCopasiMessage::EXCEPTION, CCopasiMessage::getLastMessage(), CCopasiXMLParser::mCommon, MCXML, CExpatTemplate< CExpat >::mParser, CCopasiMessage::size(), START_ELEMENT, and UNKNOWN_ELEMENT.
|
virtual |
Start element handler
const | XML_Char *pszName |
const | XML_Char **papszAttrs |
Definition at line 2855 of file CCopasiXMLParser.cpp.
References CCopasiVectorN< CType >::add(), CCopasiMessage::EXCEPTION, CModelEntity::FIXED, CModel::getModelValues(), CCopasiXMLParser::mCommon, MCXML, CExpatTemplate< CExpat >::mParser, SCopasiXMLParserCommon::pModel, toEnum(), UNKNOWN_ELEMENT, and CModelEntity::XMLStatus.
|
private |
The key in the CopasiML file
Definition at line 1469 of file CCopasiXMLParser.h.
|
private |
Definition at line 1464 of file CCopasiXMLParser.h.
|
private |
Definition at line 1463 of file CCopasiXMLParser.h.