Home | History | Annotate | Download | only in libxml2

Lines Matching refs:pctxt

4346 	xmlRelaxNGParserCtxtPtr pctxt;
4349 pctxt = xmlRelaxNGNewParserCtxt(rng);
4351 xmlRelaxNGSetParserErrors(pctxt,
4361 reader->rngSchemas = xmlRelaxNGParse(pctxt);
4362 xmlRelaxNGFreeParserCtxt(pctxt);
4452 xmlSchemaParserCtxtPtr pctxt;
4454 pctxt = xmlSchemaNewParserCtxt(xsd);
4456 xmlSchemaSetParserErrors(pctxt,
4461 reader->xsdSchemas = xmlSchemaParse(pctxt);
4462 xmlSchemaFreeParserCtxt(pctxt);