If in print to memory mode, return the size of the XML file in memory. (Note the size returned includes the terminating null.) */
| 2250 | includes the terminating null.) |
| 2251 | */ |
| 2252 | int CStrSize() const { |
| 2253 | return _buffer.Size(); |
| 2254 | } |
| 2255 | /** |
| 2256 | If in print to memory mode, reset the buffer to the |
| 2257 | beginning. |