MCPcopy Create free account
hub / github.com/Kitware/CMake / XML_SetCharacterDataHandler

Function XML_SetCharacterDataHandler

Utilities/cmexpat/lib/xmlparse.c:2121–2126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2119}
2120
2121void XMLCALL
2122XML_SetCharacterDataHandler(XML_Parser parser,
2123 XML_CharacterDataHandler handler) {
2124 if (parser != NULL)
2125 parser->m_characterDataHandler = handler;
2126}
2127
2128void XMLCALL
2129XML_SetProcessingInstructionHandler(XML_Parser parser,

Callers 2

expat_read_tocFunction · 0.85
InitializeParserMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…