Return true if there was an error parsing the document.
| 1879 | |
| 1880 | /// Return true if there was an error parsing the document. |
| 1881 | bool Error() const { |
| 1882 | return _errorID != XML_SUCCESS; |
| 1883 | } |
| 1884 | /// Return the errorID. |
| 1885 | XMLError ErrorID() const { |
| 1886 | return _errorID; |
no outgoing calls
no test coverage detected