Return true if there was an error parsing the document.
| 1855 | |
| 1856 | /// Return true if there was an error parsing the document. |
| 1857 | bool Error() const { |
| 1858 | return _errorID != XML_SUCCESS; |
| 1859 | } |
| 1860 | /// Return the errorID. |
| 1861 | XMLError ErrorID() const { |
| 1862 | return _errorID; |