If in print to memory mode, reset the buffer to the beginning. */
| 2083 | beginning. |
| 2084 | */ |
| 2085 | void ClearBuffer() { |
| 2086 | _buffer.Clear(); |
| 2087 | _buffer.Push(0); |
| 2088 | } |
| 2089 | |
| 2090 | protected: |
| 2091 | virtual bool CompactMode( const XMLElement& ) { return _compactMode; } |