Searched refs:subelts (Results 1 – 3 of 3) sorted by relevance
64 const char** subelts; /* allowed sub-elements of this element */ member
84 d subelts * const char * *
6399 if ( ! elt || ! parent || ! parent->subelts ) in htmlElementAllowedHere()6402 for ( p = parent->subelts; *p; ++p ) in htmlElementAllowedHere()