If in print to memory mode, return a pointer to the XML file in memory. */
| 2196 | the XML file in memory. |
| 2197 | */ |
| 2198 | const char* CStr() const { |
| 2199 | return _buffer.Mem(); |
| 2200 | } |
| 2201 | /** |
| 2202 | If in print to memory mode, return the size |
| 2203 | of the XML file in memory. (Note the size returned |