If in print to memory mode, reset the buffer to the beginning. */
| 2257 | beginning. |
| 2258 | */ |
| 2259 | void ClearBuffer() { |
| 2260 | _buffer.Clear(); |
| 2261 | _buffer.Push(0); |
| 2262 | _firstElement = true; |
| 2263 | } |
| 2264 | |
| 2265 | protected: |
| 2266 | virtual bool CompactMode( const XMLElement& ) { return _compactMode; } |