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);
822 if (elem->contModel != NULL) {
823 if (!xmlRegexpIsDeterminist(elem->contModel)) {
841 elem->contModel = xmlAutomataCompile(ctxt->am);
842 if (xmlRegexpIsDeterminist(elem->contModel) != 1) {
851 xmlRegexpPrint(stderr, elem->contModel);
1361 if (elem->contModel != NULL)
1362 xmlRegFreeRegexp(elem->contModel);
[all...]
H A Drelaxng.c169 xmlRegexpPtr contModel; /* a compiled content model if available */ member in struct:_xmlRelaxNGDefine
991 if (define->contModel != NULL)
992 xmlRegFreeRegexp(define->contModel);
3062 def->contModel = xmlAutomataCompile(ctxt->am);
3063 xmlRegexpIsDeterminist(def->contModel);
3094 def->contModel = xmlAutomataCompile(ctxt->am);
3095 if (!xmlRegexpIsDeterminist(def->contModel)) {
3104 xmlRegFreeRegexp(def->contModel);
3105 def->contModel = NULL;
8181 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);
13118 (type->contModel != NULL) ||
13140 type->contModel = xmlAutomataCompile(ctxt->am);
13141 if (type->contModel == NULL) {
13146 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) {
13156 xmlRegexpPrint(stderr, type->contModel);
26025 xmlRegNewExecCtxt(inode->typeDef->contModel,
[all...]

Completed in 109 milliseconds