Return true if there was an error parsing the document.
| 1489 | |
| 1490 | /// Return true if there was an error parsing the document. |
| 1491 | bool HasError() const { |
| 1492 | return _errorID != XML_NO_ERROR; |
| 1493 | } |
| 1494 | /// Return the errorID. |
| 1495 | XMLError ErrorID() const { |
| 1496 | return _errorID; |