Searched refs:subelts (Results 1 – 5 of 5) sorted by relevance
93 const char** subelts; /* allowed sub-elements of this element */ member
6512 if ( ! elt || ! parent || ! parent->subelts ) in htmlElementAllowedHere()6515 for ( p = parent->subelts; *p; ++p ) in htmlElementAllowedHere()
64 const char** subelts; /* allowed sub-elements of this element */ member
86 d subelts * const char * *
6595 if ( ! elt || ! parent || ! parent->subelts ) in htmlElementAllowedHere()6598 for ( p = parent->subelts; *p; ++p ) in htmlElementAllowedHere()