00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00027 #ifndef _RTSAXCPPSTRLIST_H_
00028 #define _RTSAXCPPSTRLIST_H_
00029
00030 #include "rtxsrc/rtxToken.h"
00031 #include "rtxsrc/rtxCppDList.h"
00032 #include "rtxsrc/rtxCppXmlString.h"
00033 #include "rtxmlsrc/osrtxml.h"
00034 #include "rtxmlsrc/rtSaxCppParser.h"
00035
00039 class EXTERNXML OSXMLStrListHandler {
00040 inline OSXMLStrListHandler () {}
00041 public:
00042
00043 static int parse
00044 (OSCTXT* pctxt, OSMemBuf *pMemBuf, OSRTObjListClass* pMsgData);
00045
00046 inline static int match (OSCTXT* pctxt) { return 0; }
00047
00048 } ;
00049
00050
00051 #endif // _RTSAXCPPSTRLIST_H_