Home | Info | Community | Development | myReactOS | Contact Us
xmlClearParserCtxt: : an XML parser context
Clear (release owned resources) and reinitialize a parser context
Definition at line 1890 of file parserInternals.c.
Referenced by test_xmlClearParserCtxt().
{ if (ctxt==NULL) return; xmlClearNodeInfoSeq(&ctxt->node_seq); xmlCtxtReset(ctxt); }