Home | History | Annotate | Download | only in libxml

Lines Matching refs:ctxt

145 	    xmlSchemaFreeParserCtxt	(xmlSchemaParserCtxtPtr ctxt);
147 xmlSchemaSetParserErrors (xmlSchemaParserCtxtPtr ctxt,
152 xmlSchemaSetParserStructuredErrors(xmlSchemaParserCtxtPtr ctxt,
156 xmlSchemaGetParserErrors(xmlSchemaParserCtxtPtr ctxt,
161 xmlSchemaIsValid (xmlSchemaValidCtxtPtr ctxt);
164 xmlSchemaParse (xmlSchemaParserCtxtPtr ctxt);
176 xmlSchemaSetValidErrors (xmlSchemaValidCtxtPtr ctxt,
181 xmlSchemaSetValidStructuredErrors(xmlSchemaValidCtxtPtr ctxt,
185 xmlSchemaGetValidErrors (xmlSchemaValidCtxtPtr ctxt,
190 xmlSchemaSetValidOptions (xmlSchemaValidCtxtPtr ctxt,
196 xmlSchemaValidCtxtGetOptions(xmlSchemaValidCtxtPtr ctxt);
201 xmlSchemaFreeValidCtxt (xmlSchemaValidCtxtPtr ctxt);
203 xmlSchemaValidateDoc (xmlSchemaValidCtxtPtr ctxt,
206 xmlSchemaValidateOneElement (xmlSchemaValidCtxtPtr ctxt,
209 xmlSchemaValidateStream (xmlSchemaValidCtxtPtr ctxt,
215 xmlSchemaValidateFile (xmlSchemaValidCtxtPtr ctxt,
220 xmlSchemaValidCtxtGetParserCtxt(xmlSchemaValidCtxtPtr ctxt);
229 xmlSchemaSAXPlug (xmlSchemaValidCtxtPtr ctxt,
239 void *ctxt);