--- parser3/src/include/pa_pool.h 2002/06/18 09:51:36 1.80 +++ parser3/src/include/pa_pool.h 2002/08/01 11:26:47 1.82 @@ -4,13 +4,13 @@ Copyright (c) 2001, 2002 ArtLebedev Group (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) - - $Id: pa_pool.h,v 1.80 2002/06/18 09:51:36 paf Exp $ */ #ifndef PA_POOL_H #define PA_POOL_H +static const char* IDENT_POOL_H="$Id: pa_pool.h,v 1.82 2002/08/01 11:26:47 paf Exp $"; + #include "pa_config_includes.h" #ifdef XML @@ -81,6 +81,8 @@ public: const char *transcode_cstr(GdomeDOMString *s); /// @see Charset::transcode(GdomeDOMString *s); String& transcode(GdomeDOMString *s); + /// @see Charset::transcode_cstr(const char *buf, size_t buf_size=0); + xmlChar *transcode_buf2xchar(const char *buf, size_t buf_size=0); /// @see Charset::transcode(const String& s) GdomeDOMString_auto_ptr transcode(const String& s);