Lines Matching refs:contModel
3942 if (elem->contModel != NULL) in xmlSchemaFreeElement()
3943 xmlRegFreeRegexp(elem->contModel); in xmlSchemaFreeElement()
4006 if (type->contModel != NULL) in xmlSchemaFreeType()
4007 xmlRegFreeRegexp(type->contModel); in xmlSchemaFreeType()
13161 (type->contModel != NULL) || in xmlSchemaBuildContentModel()
13183 type->contModel = xmlAutomataCompile(ctxt->am); in xmlSchemaBuildContentModel()
13184 if (type->contModel == NULL) { in xmlSchemaBuildContentModel()
13189 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) { in xmlSchemaBuildContentModel()
13199 xmlRegexpPrint(stderr, type->contModel); in xmlSchemaBuildContentModel()
26068 xmlRegNewExecCtxt(inode->typeDef->contModel, in xmlSchemaValidatorPopElem()
26597 if (ptype->contModel == NULL) { in xmlSchemaValidateChildElem()
26617 regexCtxt = xmlRegNewExecCtxt(ptype->contModel, in xmlSchemaValidateChildElem()