Searched refs:schemaCtxt (Results 1 – 1 of 1) sorted by relevance
119 auto schemaCtxt = make_xmlUnique(xmlSchemaNewValidCtxt(schema.get())); in validateXml() local120 int ret = xmlSchemaValidateDoc(schemaCtxt.get(), doc.get()); in validateXml()