If in print to memory mode, return the size of the XML file in memory. (Note the size returned includes the terminating null.) */
| 2288 | includes the terminating null.) |
| 2289 | */ |
| 2290 | int CStrSize() const { |
| 2291 | return _buffer.Size(); |
| 2292 | } |
| 2293 | /** |
| 2294 | If in print to memory mode, reset the buffer to the |
| 2295 | beginning. |