Return true if there was an error parsing the document.
| 1822 | |
| 1823 | /// Return true if there was an error parsing the document. |
| 1824 | bool Error() const { |
| 1825 | return _errorID != XML_SUCCESS; |
| 1826 | } |
| 1827 | /// Return the errorID. |
| 1828 | XMLError ErrorID() const { |
| 1829 | return _errorID; |
no outgoing calls
no test coverage detected