Source position: libxmlparser.inc line 925
function xmlCreateIOParserCtxt(
sax: xmlSAXHandlerPtr;
user_data: pointer;
ioread: xmlInputReadCallback;
ioclose: xmlInputCloseCallback;
ioctx: pointer;
enc: xmlCharEncoding
):xmlParserCtxtPtr;