MCPcopy Create free account
hub / github.com/9miao/CrossApp / SetError

Method SetError

CrossApp/support/tinyxml2/tinyxml2.cpp:1706–1711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ParseDeepMethod · 0.80
ParseAttributesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected