If in print to memory mode, return the size of the XML file in memory. (Note the size returned includes the terminating null.) */
| 2312 | includes the terminating null.) |
| 2313 | */ |
| 2314 | int CStrSize() const { |
| 2315 | return _buffer.Size(); |
| 2316 | } |
| 2317 | /** |
| 2318 | If in print to memory mode, reset the buffer to the |
| 2319 | beginning. |