Lines Matching refs:contModel
3957 if (elem->contModel != NULL) in xmlSchemaFreeElement()
3958 xmlRegFreeRegexp(elem->contModel); in xmlSchemaFreeElement()
4021 if (type->contModel != NULL) in xmlSchemaFreeType()
4022 xmlRegFreeRegexp(type->contModel); in xmlSchemaFreeType()
13187 (type->contModel != NULL) || in xmlSchemaBuildContentModel()
13209 type->contModel = xmlAutomataCompile(ctxt->am); in xmlSchemaBuildContentModel()
13210 if (type->contModel == NULL) { in xmlSchemaBuildContentModel()
13215 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) { in xmlSchemaBuildContentModel()
13225 xmlRegexpPrint(stderr, type->contModel); in xmlSchemaBuildContentModel()
26098 xmlRegNewExecCtxt(inode->typeDef->contModel, in xmlSchemaValidatorPopElem()
26626 if (ptype->contModel == NULL) { in xmlSchemaValidateChildElem()
26646 regexCtxt = xmlRegNewExecCtxt(ptype->contModel, in xmlSchemaValidateChildElem()