HomeSort by relevance Sort by last modified time
    Searched refs:contModel (Results 1 - 5 of 5) sorted by null

  /external/libxml2/include/libxml/
schemasInternals.h 632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
tree.h 362 xmlRegexpPtr contModel; /* the validating regexp */
364 void *contModel;
    [all...]
  /external/libxml2/
valid.c 301 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);
    [all...]
relaxng.c 171 xmlRegexpPtr contModel; /* a compiled content model if available */
993 if (define->contModel != NULL)
994 xmlRegFreeRegexp(define->contModel);
    [all...]
xmlschemas.c     [all...]

Completed in 108 milliseconds