Searched refs:contModel (Results 1 – 7 of 7) sorted by relevance
632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member
362 xmlRegexpPtr contModel; /* the validating regexp */ member364 void *contModel; member
301 if (elemDecl->contModel == NULL) in vstateVPush()303 if (elemDecl->contModel != NULL) { in vstateVPush()305 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL); in vstateVPush()822 if (elem->contModel != NULL) { in xmlValidBuildContentModel()823 if (!xmlRegexpIsDeterminist(elem->contModel)) { in xmlValidBuildContentModel()841 elem->contModel = xmlAutomataCompile(ctxt->am); in xmlValidBuildContentModel()842 if (xmlRegexpIsDeterminist(elem->contModel) != 1) { in xmlValidBuildContentModel()851 xmlRegexpPrint(stderr, elem->contModel); in xmlValidBuildContentModel()1367 if (elem->contModel != NULL) in xmlFreeElement()1368 xmlRegFreeRegexp(elem->contModel); in xmlFreeElement()[all …]
171 xmlRegexpPtr contModel; /* a compiled content model if available */ member993 if (define->contModel != NULL) in xmlRelaxNGFreeDefine()994 xmlRegFreeRegexp(define->contModel); in xmlRelaxNGFreeDefine()3064 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile()3095 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile()3096 if (!xmlRegexpIsDeterminist(def->contModel)) { in xmlRelaxNGCompile()3105 xmlRegFreeRegexp(def->contModel); in xmlRelaxNGCompile()3106 def->contModel = NULL; in xmlRelaxNGCompile()8191 if (define->contModel == NULL) { in xmlRelaxNGValidateProgressiveCallback()8204 exec = xmlRegNewExecCtxt(define->contModel, in xmlRelaxNGValidateProgressiveCallback()[all …]
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()[all …]
781 d contModel like(xmlRegexpPtr) Content model autom.958 d contModel like(xmlRegexpPtr)
393 d contModel like(xmlRegexpPtr) Validating regexp395 d contModel *