MCPcopy Create free account
hub / github.com/WinMerge/winmerge / XML_GetErrorCode

Function XML_GetErrorCode

Externals/poco/XML/src/xmlparse.cpp:2756–2761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2754}
2755
2756enum XML_Error XMLCALL
2757XML_GetErrorCode(XML_Parser parser) {
2758 if (parser == NULL)
2759 return XML_ERROR_INVALID_ARGUMENT;
2760 return parser->m_errorCode;
2761}
2762
2763XML_Index XMLCALL
2764XML_GetCurrentByteIndex(XML_Parser parser) {

Callers 7

UnpackFileMethod · 0.85
parseMethod · 0.85
parseByteInputStreamMethod · 0.85
parseCharInputStreamMethod · 0.85
handleErrorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected