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