OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contModel
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/include/libxml/
tree.h
362
xmlRegexpPtr
contModel
; /* the validating regexp */
364
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
170
xmlRegexpPtr
contModel
; /* a compiled content model if available */
992
if (define->
contModel
!= NULL)
993
xmlRegFreeRegexp(define->
contModel
);
[
all
...]
Completed in 107 milliseconds