Searched refs:contModel (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DschemasInternals.h632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */ member in struct:_xmlSchemaType
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */ member in struct:_xmlSchemaElement
H A Dtree.h323 xmlRegexpPtr contModel; /* the validating regexp */ member in struct:_xmlElement
325 void *contModel; member in struct:_xmlElement
/external/libxml2/
H A Dvalid.c301 if (elemDecl->contModel == NULL)
303 if (elemDecl->contModel != NULL) {
305 xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL);
824 if (elem->contModel != NULL) {
825 if (!xmlRegexpIsDeterminist(elem->contModel)) {
843 elem->contModel = xmlAutomataCompile(ctxt->am);
844 if (xmlRegexpIsDeterminist(elem->contModel) != 1) {
853 xmlRegexpPrint(stderr, elem->contModel);
1363 if (elem->contModel != NULL)
1364 xmlRegFreeRegexp(elem->contModel);
[all...]
H A Drelaxng.c168 xmlRegexpPtr contModel; /* a compiled content model if available */ member in struct:_xmlRelaxNGDefine
989 if (define->contModel != NULL)
990 xmlRegFreeRegexp(define->contModel);
3041 def->contModel = xmlAutomataCompile(ctxt->am);
3042 xmlRegexpIsDeterminist(def->contModel);
3072 def->contModel = xmlAutomataCompile(ctxt->am);
3073 if (!xmlRegexpIsDeterminist(def->contModel)) {
3077 xmlRegFreeRegexp(def->contModel);
3078 def->contModel = NULL;
8057 if (define->contModel
[all...]
H A Dxmlschemas.c3908 if (elem->contModel != NULL)
3909 xmlRegFreeRegexp(elem->contModel);
3972 if (type->contModel != NULL)
3973 xmlRegFreeRegexp(type->contModel);
13050 (type->contModel != NULL) ||
13072 type->contModel = xmlAutomataCompile(ctxt->am);
13073 if (type->contModel == NULL) {
13078 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) {
13088 xmlRegexpPrint(stderr, type->contModel);
25952 xmlRegNewExecCtxt(inode->typeDef->contModel,
[all...]

Completed in 1436 milliseconds