pub unsafe fn parser_delivery(ctxt: *mut _xmlParserCtxt) -> GenericDeliveryExpand description
Select the generic delivery for a parser error from the context’s SAX
error slot (upstream xmlCtxtVErr: channel = ctxt->sax->error). Used
by the parser layer and by the SAX-layer depth error (HOSTILE-FAILURE F1).
§Safety
ctxtmust be a valid_xmlParserCtxtwith a validsaxpointer.