MCPcopy Create free account
hub / github.com/cuberite/cuberite / XML_SetProcessingInstructionHandler

Function XML_SetProcessingInstructionHandler

lib/expat/xmlparse.c:1244–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242}
1243
1244void XMLCALL
1245XML_SetProcessingInstructionHandler(XML_Parser parser,
1246 XML_ProcessingInstructionHandler handler)
1247{
1248 processingInstructionHandler = handler;
1249}
1250
1251void XMLCALL
1252XML_SetCommentHandler(XML_Parser parser,

Callers 2

lxp_make_parserFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected