If you have handled the error, it can be reset with this call. The error state is automatically cleared if you Parse a new XML block. */
| 1728 | state is automatically cleared if you Parse a new XML block. |
| 1729 | */ |
| 1730 | void ClearError() |
| 1731 | { |
| 1732 | error = false; |
| 1733 | errorId = 0; |
| 1734 | errorDesc = ""; |
| 1735 | errorLocation.row = errorLocation.col = 0; |
| 1736 | //errorLocation.last = 0; |
| 1737 | } |
| 1738 | |
| 1739 | /** Write the document to standard out using formatted printing ("pretty print"). */ |
| 1740 | void Print() const |
no outgoing calls
no test coverage detected