Write the document to standard out using formatted printing ("pretty print"). */
| 1517 | |
| 1518 | /** Write the document to standard out using formatted printing ("pretty print"). */ |
| 1519 | void Print() const { Print( stdout, 0 ); } |
| 1520 | |
| 1521 | /* Write the document to a string using formatted printing ("pretty print"). This |
| 1522 | will allocate a character array (new char[]) and return it as a pointer. The |
nothing calls this directly
no outgoing calls
no test coverage detected