Return the line where the error occurred, or zero if unknown.
| 1898 | |
| 1899 | /// Return the line where the error occurred, or zero if unknown. |
| 1900 | int ErrorLineNum() const |
| 1901 | { |
| 1902 | return _errorLineNum; |
| 1903 | } |
| 1904 | |
| 1905 | /// Clear the document, resetting it to the initial state. |
| 1906 | void Clear(); |
nothing calls this directly
no outgoing calls
no test coverage detected