| 1704 | |
| 1705 | |
| 1706 | void XMLDocument::SetError( XMLError error, const char* str1, const char* str2 ) |
| 1707 | { |
| 1708 | _errorID = error; |
| 1709 | _errorStr1 = str1; |
| 1710 | _errorStr2 = str2; |
| 1711 | } |
| 1712 | |
| 1713 | |
| 1714 | void XMLDocument::PrintError() const |
no outgoing calls
no test coverage detected