Home | History | Annotate | Download | only in libxml2

Lines Matching defs:schema

2  * testSchemas.c : a small tester program for Schema validation
60 xmlSchemaPtr schema = NULL;
80 if (schema == NULL) {
103 schema = xmlSchemaParse(ctxt);
114 schema = xmlSchemaParse(ctxt);
120 xmlSchemaDump(stdout, schema);
123 if (schema == NULL)
136 ctxt = xmlSchemaNewValidCtxt(schema);
157 if (schema != NULL)
158 xmlSchemaFree(schema);