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

/macosx-10.9.5/libxml2-26/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.h361 xmlRegexpPtr contModel; /* the validating regexp */ member in struct:_xmlElement
363 void *contModel; member in struct:_xmlElement
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/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
/macosx-10.9.5/libxml2-26/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.c170 xmlRegexpPtr contModel; /* a compiled content model if available */ member in struct:_xmlRelaxNGDefine
992 if (define->contModel != NULL)
993 xmlRegFreeRegexp(define->contModel);
3064 def->contModel = xmlAutomataCompile(ctxt->am);
3095 def->contModel = xmlAutomataCompile(ctxt->am);
3096 if (!xmlRegexpIsDeterminist(def->contModel)) {
3105 xmlRegFreeRegexp(def->contModel);
3106 def->contModel = NULL;
8182 if (define->contModel == NULL) {
8195 exec = xmlRegNewExecCtxt(define->contModel,
[all...]
H A Dxmlschemas.c3927 if (elem->contModel != NULL)
3928 xmlRegFreeRegexp(elem->contModel);
3991 if (type->contModel != NULL)
3992 xmlRegFreeRegexp(type->contModel);
13146 (type->contModel != NULL) ||
13168 type->contModel = xmlAutomataCompile(ctxt->am);
13169 if (type->contModel == NULL) {
13174 } else if (xmlRegexpIsDeterminist(type->contModel) != 1) {
13184 xmlRegexpPrint(stderr, type->contModel);
26053 xmlRegNewExecCtxt(inode->typeDef->contModel,
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
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);
26024 xmlRegNewExecCtxt(inode->typeDef->contModel,
[all...]

Completed in 511 milliseconds