Home
last modified time | relevance | path

Searched refs:contModel (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
DschemasInternals.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member
Dtree.h362 xmlRegexpPtr contModel; /* the validating regexp */ member
364 void *contModel; member
/external/libxml2/
Dvalid.c301 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()
1361 if (elem->contModel != NULL) in xmlFreeElement()
1362 xmlRegFreeRegexp(elem->contModel); in xmlFreeElement()
[all …]
Drelaxng.c170 xmlRegexpPtr contModel; /* a compiled content model if available */ member
992 if (define->contModel != NULL) in xmlRelaxNGFreeDefine()
993 xmlRegFreeRegexp(define->contModel); in xmlRelaxNGFreeDefine()
3061 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile()
3092 def->contModel = xmlAutomataCompile(ctxt->am); in xmlRelaxNGCompile()
3093 if (!xmlRegexpIsDeterminist(def->contModel)) { in xmlRelaxNGCompile()
3102 xmlRegFreeRegexp(def->contModel); in xmlRelaxNGCompile()
3103 def->contModel = NULL; in xmlRelaxNGCompile()
8189 if (define->contModel == NULL) { in xmlRelaxNGValidateProgressiveCallback()
8202 exec = xmlRegNewExecCtxt(define->contModel, in xmlRelaxNGValidateProgressiveCallback()
[all …]
Dxmlschemas.c3929 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()
[all …]
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle776 d contModel like(xmlRegexpPtr) Content model autom.
953 d contModel like(xmlRegexpPtr)
Dtree.rpgle386 d contModel like(xmlRegexpPtr) Validating regexp
388 d contModel *