|
COPASI API
4.40.278
|
This is the complete list of members for CExpatTemplate< CType >, including all inherited members.
| CExpatTemplate() | CExpatTemplate< CType > | inline |
| characterDataHandler(void *pUserData, const XML_Char *pszData, int nLength) | CExpatTemplate< CType > | inlineprotectedstatic |
| commentHandler(void *pUserData, const XML_Char *pszData) | CExpatTemplate< CType > | inlineprotectedstatic |
| create(const XML_Char *pszEncoding=NULL, const XML_Char *pszSep=NULL) | CExpatTemplate< CType > | inline |
| defaultHandler(void *pUserData, const XML_Char *pszData, int nLength) | CExpatTemplate< CType > | inlineprotectedstatic |
| destroy() | CExpatTemplate< CType > | inline |
| enableCdataSectionHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableCharacterDataHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableCommentHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableDefaultHandler(bool fEnable=true, bool fExpand=true) | CExpatTemplate< CType > | inline |
| enableDoctypeDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableElementHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableEndCdataSectionHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableEndDoctypeDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableEndElementHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableEndNamespaceDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableExternalEntityRefHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableNamespaceDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableProcessingInstructionHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableSkippedEntityHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableStartCdataSectionHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableStartDoctypeDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableStartElementHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableStartNamespaceDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableUnknownEncodingHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| enableXmlDeclHandler(bool fEnable=true) | CExpatTemplate< CType > | inline |
| endCdataSectionHandler(void *pUserData) | CExpatTemplate< CType > | inlineprotectedstatic |
| endDoctypeDeclHandler(void *pUserData) | CExpatTemplate< CType > | inlineprotectedstatic |
| endElementHandler(void *pUserData, const XML_Char *pszName) | CExpatTemplate< CType > | inlineprotectedstatic |
| endNamespaceDeclHandler(void *pUserData, const XML_Char *pszPrefix) | CExpatTemplate< CType > | inlineprotectedstatic |
| externalEntityRefHandler(XML_Parser pUserData, const XML_Char *pszContext, const XML_Char *pszBase, const XML_Char *pszSystemID, const XML_Char *pszPublicID) | CExpatTemplate< CType > | inlineprotectedstatic |
| getAttributeValue(const std::string &name, const char **attributes, const bool &required=true) const | CExpatTemplate< CType > | inline |
| getAttributeValue(const std::string &name, const char **attributes, const char *def) const | CExpatTemplate< CType > | inline |
| getBuffer(int nLength) | CExpatTemplate< CType > | inline |
| getCurrentByteCount() | CExpatTemplate< CType > | inline |
| getCurrentByteIndex() | CExpatTemplate< CType > | inline |
| getCurrentColumnNumber() | CExpatTemplate< CType > | inline |
| getCurrentLineNumber() const | CExpatTemplate< CType > | inline |
| getErrorCode() | CExpatTemplate< CType > | inline |
| getErrorString() | CExpatTemplate< CType > | inline |
| getErrorString(enum XML_Error nError) | CExpatTemplate< CType > | inlinestatic |
| getExpatVersion() | CExpatTemplate< CType > | inlinestatic |
| getExpatVersion(int &nMajor, int &nMinor, int &nMicro) | CExpatTemplate< CType > | inlinestatic |
| getInputContext(int *pnOffset, int *pnSize) | CExpatTemplate< CType > | inline |
| mParser | CExpatTemplate< CType > | protected |
| onCharacterData(const XML_Char *pszData, int nLength) | CExpatTemplate< CType > | inline |
| onComment(const XML_Char *pszData) | CExpatTemplate< CType > | inline |
| onDefault(const XML_Char *pszData, int nLength) | CExpatTemplate< CType > | inline |
| onEndCdataSection() | CExpatTemplate< CType > | inline |
| onEndDoctypeDecl() | CExpatTemplate< CType > | inline |
| onEndElement(const XML_Char *pszName) | CExpatTemplate< CType > | inline |
| onEndNamespaceDecl(const XML_Char *pszPrefix) | CExpatTemplate< CType > | inline |
| onExternalEntityRef(const XML_Char *pszContext, const XML_Char *pszBase, const XML_Char *pszSystemID, const XML_Char *pszPublicID) | CExpatTemplate< CType > | inline |
| onPostCreate() | CExpatTemplate< CType > | inlineprotected |
| onProcessingInstruction(const XML_Char *pszTarget, const XML_Char *pszData) | CExpatTemplate< CType > | inline |
| onSkippedEntityHandler(const XML_Char *, int) | CExpatTemplate< CType > | inline |
| onStartCdataSection() | CExpatTemplate< CType > | inline |
| onStartDoctypeDecl(const XML_Char *pszDoctypeName, const XML_Char *pszSysID, const XML_Char *pszPubID, bool fHasInternalSubset) | CExpatTemplate< CType > | inline |
| onStartElement(const XML_Char *pszName, const XML_Char **papszAttrs) | CExpatTemplate< CType > | inline |
| onStartNamespaceDecl(const XML_Char *pszPrefix, const XML_Char *pszURI) | CExpatTemplate< CType > | inline |
| onUnknownEncoding(const XML_Char *pszName, XML_Encoding *pInfo) | CExpatTemplate< CType > | inline |
| onXmlDecl(const XML_Char *pszVersion, const XML_Char *pszEncoding, bool fStandalone) | CExpatTemplate< CType > | inline |
| parse(const char *pszBuffer, int nLength=-1, bool fIsFinal=true) | CExpatTemplate< CType > | inline |
| parseBuffer(int nLength, bool fIsFinal=true) | CExpatTemplate< CType > | inline |
| processingInstructionHandler(void *pUserData, const XML_Char *pszTarget, const XML_Char *pszData) | CExpatTemplate< CType > | inlineprotectedstatic |
| skippedEntityHandler(void *pUserData, const XML_Char *entityName, int is_parameter_entity) | CExpatTemplate< CType > | inlineprotectedstatic |
| startCdataSectionHandler(void *pUserData) | CExpatTemplate< CType > | inlineprotectedstatic |
| startDoctypeDeclHandler(void *pUserData, const XML_Char *pszDoctypeName, const XML_Char *pszSysID, const XML_Char *pszPubID, int nHasInternalSubset) | CExpatTemplate< CType > | inlineprotectedstatic |
| startElementHandler(void *pUserData, const XML_Char *pszName, const XML_Char **papszAttrs) | CExpatTemplate< CType > | inlineprotectedstatic |
| startNamespaceDeclHandler(void *pUserData, const XML_Char *pszPrefix, const XML_Char *pszURI) | CExpatTemplate< CType > | inlineprotectedstatic |
| toBool(const char *attribute) | CExpatTemplate< CType > | inlinestatic |
| unknownEncodingHandler(void *pUserData, const XML_Char *pszName, XML_Encoding *pInfo) | CExpatTemplate< CType > | inlineprotectedstatic |
| xmlDeclHandler(void *pUserData, const XML_Char *pszVersion, const XML_Char *pszEncoding, int nStandalone) | CExpatTemplate< CType > | inlineprotectedstatic |
| ~CExpatTemplate() | CExpatTemplate< CType > | inline |