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

  /external/libxml2/include/libxml/
tree.h 323 xmlRegexpPtr contModel; /* the validating regexp */
325 void *contModel;
    [all...]
schemasInternals.h 632 xmlRegexpPtr contModel; /* Holds the automaton of the content model */
789 xmlRegexpPtr contModel; /* Obsolete for WXS, maybe used for RelaxNG */
  /external/libxml2/
relaxng.c 168 xmlRegexpPtr contModel; /* a compiled content model if available */
989 if (define->contModel != NULL)
990 xmlRegFreeRegexp(define->contModel);
    [all...]

Completed in 124 milliseconds