Lines Matching refs:contModel
3986 if (elem->contModel != NULL) in xmlSchemaFreeElement()
3987 xmlRegFreeRegexp(elem->contModel); in xmlSchemaFreeElement()
4050 if (type->contModel != NULL) in xmlSchemaFreeType()
4051 xmlRegFreeRegexp(type->contModel); in xmlSchemaFreeType()
13216 (type->contModel != NULL) || in xmlSchemaBuildContentModel()
13238 type->contModel = xmlAutomataCompile(ctxt->am); in xmlSchemaBuildContentModel()
13239 if (type->contModel == NULL) { in xmlSchemaBuildContentModel()
13244 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) { in xmlSchemaBuildContentModel()
13254 xmlRegexpPrint(stderr, type->contModel); in xmlSchemaBuildContentModel()
26127 xmlRegNewExecCtxt(inode->typeDef->contModel, in xmlSchemaValidatorPopElem()
26655 if (ptype->contModel == NULL) { in xmlSchemaValidateChildElem()
26675 regexCtxt = xmlRegNewExecCtxt(ptype->contModel, in xmlSchemaValidateChildElem()