MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlClearParserCtxt

Function xmlClearParserCtxt

ThirdParty/libxml2/vtklibxml2/parserInternals.c:2608–2615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2606 */
2607
2608void
2609xmlClearParserCtxt(xmlParserCtxtPtr ctxt)
2610{
2611 if (ctxt==NULL)
2612 return;
2613 xmlClearNodeInfoSeq(&ctxt->node_seq);
2614 xmlCtxtReset(ctxt);
2615}
2616
2617
2618/**

Callers 1

xmlSetupParserForBufferFunction · 0.85

Calls 2

xmlClearNodeInfoSeqFunction · 0.85
xmlCtxtResetFunction · 0.85

Tested by

no test coverage detected