| 1783 | } |
| 1784 | |
| 1785 | const char* XMLDocument::ErrorName() const { |
| 1786 | TIXMLASSERT( _errorID >= 0 && _errorID < XML_ERROR_COUNT ); |
| 1787 | return _errorNames[_errorID]; |
| 1788 | } |
| 1789 | |
| 1790 | void XMLDocument::PrintError() const { |
| 1791 | if ( Error() ) { |
nothing calls this directly
no outgoing calls
no test coverage detected