Switch over to "stream printing" which is the most dense formatting without linebreaks. Common when the XML is needed for network transmission. */
| 1769 | linebreaks. Common when the XML is needed for network transmission. |
| 1770 | */ |
| 1771 | void SetStreamPrinting() { indent = ""; |
| 1772 | lineBreak = ""; |
| 1773 | } |
| 1774 | /// Return the result. |
| 1775 | const char* CStr() { return buffer.c_str(); } |
| 1776 | /// Return the length of the result string. |