Lines Matching refs:contModel
3929 if (elem->contModel != NULL) in xmlSchemaFreeElement()
3930 xmlRegFreeRegexp(elem->contModel); in xmlSchemaFreeElement()
3993 if (type->contModel != NULL) in xmlSchemaFreeType()
3994 xmlRegFreeRegexp(type->contModel); in xmlSchemaFreeType()
13148 (type->contModel != NULL) || in xmlSchemaBuildContentModel()
13170 type->contModel = xmlAutomataCompile(ctxt->am); in xmlSchemaBuildContentModel()
13171 if (type->contModel == NULL) { in xmlSchemaBuildContentModel()
13176 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) { in xmlSchemaBuildContentModel()
13186 xmlRegexpPrint(stderr, type->contModel); in xmlSchemaBuildContentModel()
26055 xmlRegNewExecCtxt(inode->typeDef->contModel, in xmlSchemaValidatorPopElem()
26584 if (ptype->contModel == NULL) { in xmlSchemaValidateChildElem()
26604 regexCtxt = xmlRegNewExecCtxt(ptype->contModel, in xmlSchemaValidateChildElem()