--- parser3/src/include/pa_charset.h 2003/03/07 11:02:11 1.20.2.16 +++ parser3/src/include/pa_charset.h 2003/03/07 14:56:59 1.20.2.17 @@ -8,7 +8,7 @@ #ifndef PA_CHARSET_H #define PA_CHARSET_H -static const char* IDENT_CHARSET_H="$Date: 2003/03/07 11:02:11 $"; +static const char* IDENT_CHARSET_H="$Date: 2003/03/07 14:56:59 $"; #include "pa_pool.h" #include "pa_exception.h" @@ -112,17 +112,17 @@ private: public: /// converts GdomeDOMString string to char* - const char* transcode_cstr(GdomeDOMString* s); + const char* transcode_cstr(Pool& pool, GdomeDOMString* s); /// converts GdomeDOMString string to parser String - StringPtr transcode(GdomeDOMString* s + StringPtr transcode(Pool& pool, GdomeDOMString* s #ifndef NO_STRING_ORIGIN , StringPtr origin #endif ); /// converts xmlChar* null-terminated string to char* - CharPtr transcode_cstr(xmlChar* s); + const char* transcode_cstr(Pool& pool, xmlChar* s); /// converts xmlChar* null-terminated string to parser String - StringPtr transcode(xmlChar* s + StringPtr transcode(Pool& pool, xmlChar* s #ifndef NO_STRING_ORIGIN , StringPtr origin #endif