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

Function XML_ParserCreate

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

Source from the content-addressed store, hash-verified

1018#endif // XML_GE == 1
1019
1020XML_Parser XMLCALL
1021XML_ParserCreate(const XML_Char *encodingName) {
1022 return XML_ParserCreate_MM(encodingName, NULL, NULL);
1023}
1024
1025XML_Parser XMLCALL
1026XML_ParserCreateNS(const XML_Char *encodingName, XML_Char nsSep) {

Callers 2

UnpackFileMethod · 0.85
initMethod · 0.85

Calls 1

XML_ParserCreate_MMFunction · 0.85

Tested by

no test coverage detected