Return true if there was an error parsing the document.
| 1820 | |
| 1821 | /// Return true if there was an error parsing the document. |
| 1822 | bool Error() const { |
| 1823 | return _errorID != XML_SUCCESS; |
| 1824 | } |
| 1825 | /// Return the errorID. |
| 1826 | XMLError ErrorID() const { |
| 1827 | return _errorID; |