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

Function XML_SetCommentHandler

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

Source from the content-addressed store, hash-verified

2149}
2150
2151void XMLCALL
2152XML_SetCommentHandler(XML_Parser parser, XML_CommentHandler handler) {
2153 if (parser != NULL)
2154 parser->m_commentHandler = handler;
2155}
2156
2157void XMLCALL
2158XML_SetCdataSectionHandler(XML_Parser parser,

Callers 2

UnpackFileMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected