Home | History | Annotate | Download | only in libxml2

Lines Matching refs:pctxt

4348 	xmlSchemaParserCtxtPtr pctxt;
4350 pctxt = xmlSchemaNewParserCtxt(xsd);
4352 xmlSchemaSetParserErrors(pctxt,
4357 reader->xsdSchemas = xmlSchemaParse(pctxt);
4358 xmlSchemaFreeParserCtxt(pctxt);