27 #ifndef _RTSAXCPPSTRLIST_H_ 28 #define _RTSAXCPPSTRLIST_H_ 31 #include "rtxsrc/rtxDList.h" 33 #include "rtxsrc/rtxCppDList.h" 36 #include "rtxmlsrc/rtSaxCppParser.h" 44 EXTXMLMETHOD
static int parse
45 (OSCTXT* pctxt, OSRTMEMBUF *pMemBuf, OSRTDList* pStrList);
47 EXTXMLMETHOD
static int parse
48 (OSCTXT* pctxt, OSRTMEMBUF *pMemBuf, OSRTObjListClass* pStrList,
49 OSBOOL useSTL = FALSE);
52 (OSCTXT* pctxt, OSRTMEMBUF *pMemBuf, OSRTObjListClass* pStrList)
54 return parse (pctxt, pMemBuf, pStrList, TRUE);
57 inline static int match (OSCTXT*) {
return 0; }
61 #endif // _RTSAXCPPSTRLIST_H_
XML low-level C encode/decode functions.